#52689C

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

Shades of San Marino #52689C

Tints of San Marino #52689C

Color information

#52689C (or 0x52689C) is unknown color: approx San Marino. HEX triplet: 52, 68 and 9C. RGB value is (82,104,156). Sum of RGB (Red+Green+Blue) = 82+104+156=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #52689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52689C is #AD9763. Grayscale: #676767. Windows color (decimal): -11376484 or 10250322. OLE color: 10250322.

HSL color Cylindrical-coordinate representation of color #52689C: hue angle of 222.16º 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 #52689C is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82104156-
CMYK0.470.3300.39
HSL222.16º31.09%46.67%-
HSV(B)222.16º47.44%61.18%-
XYZ14.4314.0933.41-
YUV103.35157.71112.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=23.98%
G=30.41%
B=45.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821041560.470.3300.39222.1631.0946.67
Hex52689C2F21027de1f2f
Octal12215023457410473363757
Binary101001011010001001110010111110000101001111101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52689C; }

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

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

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

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

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

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

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

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