#52729E

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

Shades of San Marino #52729E

Tints of San Marino #52729E

Color information

#52729E (or 0x52729E) is unknown color: approx San Marino. HEX triplet: 52, 72 and 9E. RGB value is (82,114,158). Sum of RGB (Red+Green+Blue) = 82+114+158=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #52729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52729E is #AD8D61. Grayscale: #6D6D6D. Windows color (decimal): -11373922 or 10383954. OLE color: 10383954.

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

Color convert

RGB82114158-
CMYK0.480.2800.38
HSL214.74º31.67%47.06%-
HSV(B)214.74º48.1%61.96%-
XYZ15.6716.334.67-
YUV109.45155.4108.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=23.16%
G=32.20%
B=44.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821141580.480.2800.38214.7431.6747.06
Hex52729E301C026d7202f
Octal12216223660340463274057
Binary101001011100101001111011000011100010011011010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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