#537999

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

Shades of San Marino #537999

Tints of San Marino #537999

Color information

#537999 (or 0x537999) is unknown color: approx San Marino. HEX triplet: 53, 79 and 99. RGB value is (83,121,153). Sum of RGB (Red+Green+Blue) = 83+121+153=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #537999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537999 is #AC8666. Grayscale: #717171. Windows color (decimal): -11306599 or 10058067. OLE color: 10058067.

HSL color Cylindrical-coordinate representation of color #537999: hue angle of 207.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537999 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB83121153-
CMYK0.460.2100.4
HSL207.43º29.66%46.27%-
HSV(B)207.43º45.75%60%-
XYZ16.1517.8132.72-
YUV113.29150.41106.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=23.25%
G=33.89%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831211530.460.2100.4207.4329.6646.27
Hex5379992E15028cf1e2e
Octal12317123156250503173656
Binary10100111111001100110011011101010101010001100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537999; }

 p { color: rgb(83,121,153); }

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

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

 a { background-color: rgb(83,121,153); }

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

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

 span { border-color: rgb(83,121,153); }

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