#537F8B

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

Shades of Jelly Bean #537F8B

Tints of Jelly Bean #537F8B

Color information

#537F8B (or 0x537F8B) is unknown color: approx Jelly Bean. HEX triplet: 53, 7F and 8B. RGB value is (83,127,139). Sum of RGB (Red+Green+Blue) = 83+127+139=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #537F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8B is #AC8074. Grayscale: #737373. Windows color (decimal): -11305077 or 9142099. OLE color: 9142099.

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

Color convert

RGB83127139-
CMYK0.400.0900.45
HSL192.86º25.23%43.53%-
HSV(B)192.86º40.29%54.51%-
XYZ15.8218.8827.24-
YUV115.21141.42105.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=23.78%
G=36.39%
B=39.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831271390.400.0900.45192.8625.2343.53
Hex537F8B28902Dc1192c
Octal12317721350110553013154
Binary1010011111111110001011101000100101011011100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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