#537F8E

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

Shades of Jelly Bean #537F8E

Tints of Jelly Bean #537F8E

Color information

#537F8E (or 0x537F8E) is unknown color: approx Jelly Bean. HEX triplet: 53, 7F and 8E. RGB value is (83,127,142). Sum of RGB (Red+Green+Blue) = 83+127+142=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #537F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8E is #AC8071. Grayscale: #737373. Windows color (decimal): -11305074 or 9338707. OLE color: 9338707.

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

Color convert

RGB83127142-
CMYK0.420.1100.44
HSL195.25º26.22%44.12%-
HSV(B)195.25º41.55%55.69%-
XYZ16.0418.9728.41-
YUV115.55142.92104.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=23.58%
G=36.08%
B=40.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831271420.420.1100.44195.2526.2244.12
Hex537F8E2AB02Cc31a2c
Octal12317721652130543033254
Binary1010011111111110001110101010101101011001100001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,127,142); }

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

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

 a { background-color: rgb(83,127,142); }

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

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

 span { border-color: rgb(83,127,142); }

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