#52799D

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

Shades of San Marino #52799D

Tints of San Marino #52799D

Color information

#52799D (or 0x52799D) is unknown color: approx San Marino. HEX triplet: 52, 79 and 9D. RGB value is (82,121,157). Sum of RGB (Red+Green+Blue) = 82+121+157=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #52799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52799D is #AD8662. Grayscale: #717171. Windows color (decimal): -11372131 or 10320210. OLE color: 10320210.

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

Color convert

RGB82121157-
CMYK0.480.2300.38
HSL208.8º31.38%46.86%-
HSV(B)208.8º47.77%61.57%-
XYZ16.417.934.49-
YUV113.44152.58105.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=22.78%
G=33.61%
B=43.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821211570.480.2300.38208.831.3846.86
Hex52799D3017026d11f2f
Octal12217123560270463213757
Binary10100101111001100111011100001011101001101101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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