#537799

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

Shades of San Marino #537799

Tints of San Marino #537799

Color information

#537799 (or 0x537799) is unknown color: approx San Marino. HEX triplet: 53, 77 and 99. RGB value is (83,119,153). Sum of RGB (Red+Green+Blue) = 83+119+153=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #537799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537799 is #AC8866. Grayscale: #6F6F6F. Windows color (decimal): -11307111 or 10057555. OLE color: 10057555.

HSL color Cylindrical-coordinate representation of color #537799: hue angle of 209.14º 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 #537799 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB83119153-
CMYK0.460.2200.4
HSL209.14º29.66%46.27%-
HSV(B)209.14º45.75%60%-
XYZ15.9117.3332.64-
YUV112.11151.07107.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=23.38%
G=33.52%
B=43.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831191530.460.2200.4209.1429.6646.27
Hex5377992E16028d11e2e
Octal12316723156260503213656
Binary10100111110111100110011011101011001010001101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537799; }

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

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

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

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

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

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

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

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