#52729C

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

Shades of San Marino #52729C

Tints of San Marino #52729C

Color information

#52729C (or 0x52729C) is unknown color: approx San Marino. HEX triplet: 52, 72 and 9C. RGB value is (82,114,156). Sum of RGB (Red+Green+Blue) = 82+114+156=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #52729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52729C is #AD8D63. Grayscale: #6D6D6D. Windows color (decimal): -11373924 or 10252882. OLE color: 10252882.

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

Color convert

RGB82114156-
CMYK0.470.2700.39
HSL214.05º31.09%46.67%-
HSV(B)214.05º47.44%61.18%-
XYZ15.516.2333.77-
YUV109.22154.4108.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=23.30%
G=32.39%
B=44.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821141560.470.2700.39214.0531.0946.67
Hex52729C2F1B027d61f2f
Octal12216223457330473263757
Binary10100101110010100111001011111101101001111101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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