#52769E

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

Shades of San Marino #52769E

Tints of San Marino #52769E

Color information

#52769E (or 0x52769E) is unknown color: approx San Marino. HEX triplet: 52, 76 and 9E. RGB value is (82,118,158). Sum of RGB (Red+Green+Blue) = 82+118+158=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #52769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769E is #AD8961. Grayscale: #6F6F6F. Windows color (decimal): -11372898 or 10384978. OLE color: 10384978.

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

Color convert

RGB82118158-
CMYK0.480.2500.38
HSL211.58º31.67%47.06%-
HSV(B)211.58º48.1%61.96%-
XYZ16.1317.2234.82-
YUV111.8154.07106.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=22.91%
G=32.96%
B=44.13%

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
Decimal821181580.480.2500.38211.5831.6747.06
Hex52769E3019026d4202f
Octal12216623660310463244057
Binary101001011101101001111011000011001010011011010100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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