#537987

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

Shades of Jelly Bean #537987

Tints of Jelly Bean #537987

Color information

#537987 (or 0x537987) is unknown color: approx Jelly Bean. HEX triplet: 53, 79 and 87. RGB value is (83,121,135). Sum of RGB (Red+Green+Blue) = 83+121+135=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #537987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537987 is #AC8678. Grayscale: #6F6F6F. Windows color (decimal): -11306617 or 8878419. OLE color: 8878419.

HSL color Cylindrical-coordinate representation of color #537987: hue angle of 196.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537987 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83121135-
CMYK0.390.1000.47
HSL196.15º23.85%42.75%-
HSV(B)196.15º38.52%52.94%-
XYZ14.7817.2625.47-
YUV111.23141.41107.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=24.48%
G=35.69%
B=39.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831211350.390.1000.47196.1523.8542.75
Hex53798727A02Fc4182b
Octal12317120747120573043053
Binary1010011111100110000111100111101001011111100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537987; }

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

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

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

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

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

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

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

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