#52799C

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

Shades of San Marino #52799C

Tints of San Marino #52799C

Color information

#52799C (or 0x52799C) is unknown color: approx San Marino. HEX triplet: 52, 79 and 9C. RGB value is (82,121,156). Sum of RGB (Red+Green+Blue) = 82+121+156=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #52799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52799C is #AD8663. Grayscale: #717171. Windows color (decimal): -11372132 or 10254674. OLE color: 10254674.

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

Color convert

RGB82121156-
CMYK0.470.2200.39
HSL208.38º31.09%46.67%-
HSV(B)208.38º47.44%61.18%-
XYZ16.3217.8734.04-
YUV113.33152.08105.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 156 (61.33% from 255) = 43.45%
R=22.84%
G=33.70%
B=43.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821211560.470.2200.39208.3831.0946.67
Hex52799C2F16027d01f2f
Octal12217123457260473203757
Binary10100101111001100111001011111011001001111101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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