#537F92

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

Shades of Jelly Bean #537F92

Tints of Jelly Bean #537F92

Color information

#537F92 (or 0x537F92) is unknown color: approx Jelly Bean. HEX triplet: 53, 7F and 92. RGB value is (83,127,146). Sum of RGB (Red+Green+Blue) = 83+127+146=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #537F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F92 is #AC806D. Grayscale: #737373. Windows color (decimal): -11305070 or 9600851. OLE color: 9600851.

HSL color Cylindrical-coordinate representation of color #537F92: hue angle of 198.1º 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 #537F92 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83127146-
CMYK0.430.1300.43
HSL198.1º27.51%44.9%-
HSV(B)198.1º43.15%57.25%-
XYZ16.3419.0930.02-
YUV116.01144.92104.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=23.31%
G=35.67%
B=41.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831271460.430.1300.43198.127.5144.9
Hex537F922BD02Bc61c2d
Octal12317722253150533063455
Binary1010011111111110010010101011110101010111100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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