#52769D

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

Shades of San Marino #52769D

Tints of San Marino #52769D

Color information

#52769D (or 0x52769D) is unknown color: approx San Marino. HEX triplet: 52, 76 and 9D. RGB value is (82,118,157). Sum of RGB (Red+Green+Blue) = 82+118+157=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #52769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769D is #AD8962. Grayscale: #6F6F6F. Windows color (decimal): -11372899 or 10319442. OLE color: 10319442.

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

Color convert

RGB82118157-
CMYK0.480.2500.38
HSL211.2º31.38%46.86%-
HSV(B)211.2º47.77%61.57%-
XYZ16.0417.1934.37-
YUV111.68153.57106.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 157 (61.72% from 255) = 43.98%
R=22.97%
G=33.05%
B=43.98%

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
Decimal821181570.480.2500.38211.231.3846.86
Hex52769D3019026d31f2f
Octal12216623560310463233757
Binary10100101110110100111011100001100101001101101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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