#537E93

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

Shades of Jelly Bean #537E93

Tints of Jelly Bean #537E93

Color information

#537E93 (or 0x537E93) is unknown color: approx Jelly Bean. HEX triplet: 53, 7E and 93. RGB value is (83,126,147). Sum of RGB (Red+Green+Blue) = 83+126+147=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #537E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E93 is #AC816C. Grayscale: #737373. Windows color (decimal): -11305325 or 9666131. OLE color: 9666131.

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

Color convert

RGB83126147-
CMYK0.440.1400.42
HSL199.69º27.83%45.1%-
HSV(B)199.69º43.54%57.65%-
XYZ16.2918.8730.39-
YUV115.54145.75104.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=23.31%
G=35.39%
B=41.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831261470.440.1400.42199.6927.8345.1
Hex537E932CE02Ac81c2d
Octal12317622354160523103455
Binary1010011111111010010011101100111001010101100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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