#52689E

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

Shades of San Marino #52689E

Tints of San Marino #52689E

Color information

#52689E (or 0x52689E) is unknown color: approx San Marino. HEX triplet: 52, 68 and 9E. RGB value is (82,104,158). Sum of RGB (Red+Green+Blue) = 82+104+158=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #52689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52689E is #AD9761. Grayscale: #676767. Windows color (decimal): -11376482 or 10381394. OLE color: 10381394.

HSL color Cylindrical-coordinate representation of color #52689E: hue angle of 222.63º 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 #52689E is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82104158-
CMYK0.480.3400.38
HSL222.63º31.67%47.06%-
HSV(B)222.63º48.1%61.96%-
XYZ14.614.1634.31-
YUV103.58158.71112.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=23.84%
G=30.23%
B=45.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821041580.480.3400.38222.6331.6747.06
Hex52689E3022026df202f
Octal12215023660420463374057
Binary1010010110100010011110110000100010010011011011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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