Html Css Color HEX #526396 San Marino

📋 copy color: '#526396'

red 82 ◦ green 99 ◦ blue 150

#526396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #526396

Tints of San Marino #526396

RGB

 RED value IS 82 (32.42% from 255) = 24.77%

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 24.77%
G = 29.91%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#526396 (or 0x526396) is known color: San Marino. HEX triplet: 52, 63 and 96. RGB value is (82,99,150). Sum of RGB (Red+Green+Blue) = 82+99+150=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #526396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526396 is #AD9C69. Grayscale: #636363. Windows color (decimal): -11377770 or 9855826. OLE color: 9855826.

HSL color Cylindrical-coordinate representation of color #526396: hue angle of 225º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526396 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 99 150 -
CMYK 0.45 0.34 0 0.41
HSL 225º 0.29% 0.45% -
HSV(B) 225º 0.45% 0.59% -
XYZ 13.45 12.92 30.64 -
YUV 99.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 82 99 150 0.45 0.34 0 0.41 225 0.29 0.45
Hex 52 63 96 2D 22 0 29 E1 1D 2D
Octal 122 143 226 55 42 0 51 341 35 55
Binary 1010010 1100011 10010110 101101 100010 0 101001 11100001 11101 101101

Color Harmonies of #526396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526396

Black with #526396

Text Example


Text Example

White with #526396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526396; }

 p { color: rgb(82,99,150); }

 H1.HeaderClassName
 {
   color: #526396;
 }
 .AnyTagClassName
 {
   color: #526396;
 }
</style>

background-color css

<style>
 a { background-color: #526396; }

 a { background-color: rgb(82,99,150); }

 div.DivClassName
 {
   background-color: #526396;
 }
 .BgClassName
 {
   background-color: #526396;
 }
</style>

border-color css

<style>
 span { border-color: #526396; }

 span { border-color: rgb(82,99,150); }

 td.TdClassName
 {
   border-color: #526396;
 }
 .TagClassName
 {
   border-color: #526396;
 }
</style>