#526B9C

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

Shades of San Marino #526B9C

Tints of San Marino #526B9C

Color information

#526B9C (or 0x526B9C) is unknown color: approx San Marino. HEX triplet: 52, 6B and 9C. RGB value is (82,107,156). Sum of RGB (Red+Green+Blue) = 82+107+156=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #526B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B9C is #AD9463. Grayscale: #686868. Windows color (decimal): -11375716 or 10251090. OLE color: 10251090.

HSL color Cylindrical-coordinate representation of color #526B9C: hue angle of 219.73º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526B9C is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82107156-
CMYK0.470.3100.39
HSL219.73º31.09%46.67%-
HSV(B)219.73º47.44%61.18%-
XYZ14.7414.7133.51-
YUV105.11156.72111.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=23.77%
G=31.01%
B=45.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821071560.470.3100.39219.7331.0946.67
Hex526B9C2F1F027dc1f2f
Octal12215323457370473343757
Binary10100101101011100111001011111111101001111101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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