#537989

Color #537989 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #537989

Tints of Jelly Bean #537989

Color information

#537989 (or 0x537989) is unknown color: approx Jelly Bean. HEX triplet: 53, 79 and 89. RGB value is (83,121,137). Sum of RGB (Red+Green+Blue) = 83+121+137=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #537989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537989 is #AC8676. Grayscale: #6F6F6F. Windows color (decimal): -11306615 or 9009491. OLE color: 9009491.

HSL color Cylindrical-coordinate representation of color #537989: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537989 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83121137-
CMYK0.390.1200.46
HSL197.78º24.55%43.14%-
HSV(B)197.78º39.42%53.73%-
XYZ14.9217.3226.22-
YUV111.46142.41107.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=24.34%
G=35.48%
B=40.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831211370.390.1200.46197.7824.5543.14
Hex53798927C02Ec6192b
Octal12317121147140563063153
Binary1010011111100110001001100111110001011101100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537989; }

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

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

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

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

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

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

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

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