#52769A

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

Shades of San Marino #52769A

Tints of San Marino #52769A

Color information

#52769A (or 0x52769A) is unknown color: approx San Marino. HEX triplet: 52, 76 and 9A. RGB value is (82,118,154). Sum of RGB (Red+Green+Blue) = 82+118+154=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #52769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769A is #AD8965. Grayscale: #6F6F6F. Windows color (decimal): -11372902 or 10122834. OLE color: 10122834.

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

Color convert

RGB82118154-
CMYK0.470.2300.40
HSL210º30.51%46.27%-
HSV(B)210º46.75%60.39%-
XYZ15.7917.0833.04-
YUV111.34152.07107.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=23.16%
G=33.33%
B=43.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821181540.470.2300.4021030.5146.27
Hex52769A2F17028d21f2e
Octal12216623257270503223756
Binary10100101110110100110101011111011101010001101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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