#537887

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

Shades of Jelly Bean #537887

Tints of Jelly Bean #537887

Color information

#537887 (or 0x537887) is unknown color: approx Jelly Bean. HEX triplet: 53, 78 and 87. RGB value is (83,120,135). Sum of RGB (Red+Green+Blue) = 83+120+135=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #537887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537887 is #AC8778. Grayscale: #6E6E6E. Windows color (decimal): -11306873 or 8878163. OLE color: 8878163.

HSL color Cylindrical-coordinate representation of color #537887: hue angle of 197.31º 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 #537887 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83120135-
CMYK0.390.1100.47
HSL197.31º23.85%42.75%-
HSV(B)197.31º38.52%52.94%-
XYZ14.6617.0225.43-
YUV110.65141.74108.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=24.56%
G=35.50%
B=39.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831201350.390.1100.47197.3123.8542.75
Hex53788727B02Fc5182b
Octal12317020747130573053053
Binary1010011111100010000111100111101101011111100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537887; }

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

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

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

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

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

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

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

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