#52679C

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

Shades of San Marino #52679C

Tints of San Marino #52679C

Color information

#52679C (or 0x52679C) is unknown color: approx San Marino. HEX triplet: 52, 67 and 9C. RGB value is (82,103,156). Sum of RGB (Red+Green+Blue) = 82+103+156=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #52679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679C is #AD9863. Grayscale: #666666. Windows color (decimal): -11376740 or 10250066. OLE color: 10250066.

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

Color convert

RGB82103156-
CMYK0.470.3400.39
HSL222.97º31.09%46.67%-
HSV(B)222.97º47.44%61.18%-
XYZ14.3313.8933.38-
YUV102.76158.04113.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=24.05%
G=30.21%
B=45.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821031560.470.3400.39222.9731.0946.67
Hex52679C2F22027df1f2f
Octal12214723457420473373757
Binary101001011001111001110010111110001001001111101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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