#52769B

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

Shades of San Marino #52769B

Tints of San Marino #52769B

Color information

#52769B (or 0x52769B) is unknown color: approx San Marino. HEX triplet: 52, 76 and 9B. RGB value is (82,118,155). Sum of RGB (Red+Green+Blue) = 82+118+155=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #52769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769B is #AD8964. Grayscale: #6F6F6F. Windows color (decimal): -11372901 or 10188370. OLE color: 10188370.

HSL color Cylindrical-coordinate representation of color #52769B: hue angle of 210.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52769B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82118155-
CMYK0.470.2400.39
HSL210.41º30.8%46.47%-
HSV(B)210.41º47.1%60.78%-
XYZ15.8717.1233.48-
YUV111.45152.57106.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=23.10%
G=33.24%
B=43.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821181550.470.2400.39210.4130.846.47
Hex52769B2F18027d21f2e
Octal12216623357300473223756
Binary10100101110110100110111011111100001001111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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