#52789F

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

Shades of San Marino #52789F

Tints of San Marino #52789F

Color information

#52789F (or 0x52789F) is unknown color: approx San Marino. HEX triplet: 52, 78 and 9F. RGB value is (82,120,159). Sum of RGB (Red+Green+Blue) = 82+120+159=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #52789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52789F is #AD8760. Grayscale: #707070. Windows color (decimal): -11372385 or 10451026. OLE color: 10451026.

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

Color convert

RGB82120159-
CMYK0.480.2500.38
HSL210.39º31.95%47.25%-
HSV(B)210.39º48.43%62.35%-
XYZ16.4517.7335.36-
YUV113.08153.91105.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=22.71%
G=33.24%
B=44.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821201590.480.2500.38210.3931.9547.25
Hex52789F3019026d2202f
Octal12217023760310463224057
Binary101001011110001001111111000011001010011011010010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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