#52799E

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

Shades of San Marino #52799E

Tints of San Marino #52799E

Color information

#52799E (or 0x52799E) is unknown color: approx San Marino. HEX triplet: 52, 79 and 9E. RGB value is (82,121,158). Sum of RGB (Red+Green+Blue) = 82+121+158=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #52799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52799E is #AD8661. Grayscale: #717171. Windows color (decimal): -11372130 or 10385746. OLE color: 10385746.

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

Color convert

RGB82121158-
CMYK0.480.2300.38
HSL209.21º31.67%47.06%-
HSV(B)209.21º48.1%61.96%-
XYZ16.4917.9434.94-
YUV113.56153.08105.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=22.71%
G=33.52%
B=43.77%

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
Decimal821211580.480.2300.38209.2131.6747.06
Hex52799E3017026d1202f
Octal12217123660270463214057
Binary101001011110011001111011000010111010011011010001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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