#537E8A

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

Shades of Jelly Bean #537E8A

Tints of Jelly Bean #537E8A

Color information

#537E8A (or 0x537E8A) is unknown color: approx Jelly Bean. HEX triplet: 53, 7E and 8A. RGB value is (83,126,138). Sum of RGB (Red+Green+Blue) = 83+126+138=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #537E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E8A is #AC8175. Grayscale: #727272. Windows color (decimal): -11305334 or 9076307. OLE color: 9076307.

HSL color Cylindrical-coordinate representation of color #537E8A: hue angle of 193.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537E8A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83126138-
CMYK0.400.0900.46
HSL193.09º24.89%43.33%-
HSV(B)193.09º39.86%54.12%-
XYZ15.6218.626.81-
YUV114.51141.25105.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=23.92%
G=36.31%
B=39.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831261380.400.0900.46193.0924.8943.33
Hex537E8A28902Ec1192b
Octal12317621250110563013153
Binary1010011111111010001010101000100101011101100000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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