#52769F

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

Shades of San Marino #52769F

Tints of San Marino #52769F

Color information

#52769F (or 0x52769F) is unknown color: approx San Marino. HEX triplet: 52, 76 and 9F. RGB value is (82,118,159). Sum of RGB (Red+Green+Blue) = 82+118+159=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #52769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769F is #AD8960. Grayscale: #6F6F6F. Windows color (decimal): -11372897 or 10450514. OLE color: 10450514.

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

Color convert

RGB82118159-
CMYK0.480.2600.38
HSL211.95º31.95%47.25%-
HSV(B)211.95º48.43%62.35%-
XYZ16.2217.2535.28-
YUV111.91154.57106.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=22.84%
G=32.87%
B=44.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821181590.480.2600.38211.9531.9547.25
Hex52769F301A026d4202f
Octal12216623760320463244057
Binary101001011101101001111111000011010010011011010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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