#52729F

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

Shades of San Marino #52729F

Tints of San Marino #52729F

Color information

#52729F (or 0x52729F) is unknown color: approx San Marino. HEX triplet: 52, 72 and 9F. RGB value is (82,114,159). Sum of RGB (Red+Green+Blue) = 82+114+159=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #52729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52729F is #AD8D60. Grayscale: #6D6D6D. Windows color (decimal): -11373921 or 10449490. OLE color: 10449490.

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

Color convert

RGB82114159-
CMYK0.480.2800.38
HSL215.06º31.95%47.25%-
HSV(B)215.06º48.43%62.35%-
XYZ15.7516.3335.12-
YUV109.56155.9108.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=23.10%
G=32.11%
B=44.79%

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
Decimal821141590.480.2800.38215.0631.9547.25
Hex52729F301C026d7202f
Octal12216223760340463274057
Binary101001011100101001111111000011100010011011010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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