#537890

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

Shades of Jelly Bean #537890

Tints of Jelly Bean #537890

Color information

#537890 (or 0x537890) is unknown color: approx Jelly Bean. HEX triplet: 53, 78 and 90. RGB value is (83,120,144). Sum of RGB (Red+Green+Blue) = 83+120+144=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #537890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537890 is #AC876F. Grayscale: #6F6F6F. Windows color (decimal): -11306864 or 9467987. OLE color: 9467987.

HSL color Cylindrical-coordinate representation of color #537890: hue angle of 203.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537890 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83120144-
CMYK0.420.1700.44
HSL203.61º26.87%44.51%-
HSV(B)203.61º42.36%56.47%-
XYZ15.3217.2928.91-
YUV111.67146.24107.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=23.92%
G=34.58%
B=41.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831201440.420.1700.44203.6126.8744.51
Hex5378902A1102Ccc1b2d
Octal12317022052210543143355
Binary10100111111000100100001010101000101011001100110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537890; }

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

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

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

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

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

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

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

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