#526B9E

Color #526B9E San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #526B9E

Tints of San Marino #526B9E

Color information

#526B9E (or 0x526B9E) is unknown color: approx San Marino. HEX triplet: 52, 6B and 9E. RGB value is (82,107,158). Sum of RGB (Red+Green+Blue) = 82+107+158=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #526B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9E is #AD9461. Grayscale: #696969. Windows color (decimal): -11375714 or 10382162. OLE color: 10382162.

HSL color Cylindrical-coordinate representation of color #526B9E: hue angle of 220.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526B9E is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82107158-
CMYK0.480.3200.38
HSL220.26º31.67%47.06%-
HSV(B)220.26º48.1%61.96%-
XYZ14.9114.7834.41-
YUV105.34157.72111.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=23.63%
G=30.84%
B=45.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821071580.480.3200.38220.2631.6747.06
Hex526B9E3020026dc202f
Octal12215323660400463344057
Binary1010010110101110011110110000100000010011011011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B9E; }

 p { color: rgb(82,107,158); }

 H1.HeaderClassName
 {
   color: #526B9E;
 }
 .AnyTagClassName
 {
   color: #526B9E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,107,158); }

 div.DivClassName
 {
   background-color: #526B9E;
 }
 .BgClassName
 {
   background-color: #526B9E;
 }
</style>
border-color css

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

 span { border-color: rgb(82,107,158); }

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