#537B90

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

Shades of Jelly Bean #537B90

Tints of Jelly Bean #537B90

Color information

#537B90 (or 0x537B90) is unknown color: approx Jelly Bean. HEX triplet: 53, 7B and 90. RGB value is (83,123,144). Sum of RGB (Red+Green+Blue) = 83+123+144=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #537B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B90 is #AC846F. Grayscale: #717171. Windows color (decimal): -11306096 or 9468755. OLE color: 9468755.

HSL color Cylindrical-coordinate representation of color #537B90: hue angle of 200.66º 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 #537B90 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83123144-
CMYK0.420.1500.44
HSL200.66º26.87%44.51%-
HSV(B)200.66º42.36%56.47%-
XYZ15.6818.0229.04-
YUV113.43145.25106.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=23.71%
G=35.14%
B=41.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831231440.420.1500.44200.6626.8744.51
Hex537B902AF02Cc91b2d
Octal12317322052170543113355
Binary1010011111101110010000101010111101011001100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537B90; }

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

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

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

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

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

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

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

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