#537E92

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

Shades of Jelly Bean #537E92

Tints of Jelly Bean #537E92

Color information

#537E92 (or 0x537E92) is unknown color: approx Jelly Bean. HEX triplet: 53, 7E and 92. RGB value is (83,126,146). Sum of RGB (Red+Green+Blue) = 83+126+146=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #537E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E92 is #AC816D. Grayscale: #737373. Windows color (decimal): -11305326 or 9600595. OLE color: 9600595.

HSL color Cylindrical-coordinate representation of color #537E92: hue angle of 199.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537E92 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83126146-
CMYK0.430.1400.43
HSL199.05º27.51%44.9%-
HSV(B)199.05º43.15%57.25%-
XYZ16.2218.8429.98-
YUV115.42145.25104.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=23.38%
G=35.49%
B=41.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831261460.430.1400.43199.0527.5144.9
Hex537E922BE02Bc71c2d
Octal12317622253160533073455
Binary1010011111111010010010101011111001010111100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,146); }

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

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

 a { background-color: rgb(83,126,146); }

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

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

 span { border-color: rgb(83,126,146); }

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