#537D93

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

Shades of Jelly Bean #537D93

Tints of Jelly Bean #537D93

Color information

#537D93 (or 0x537D93) is unknown color: approx Jelly Bean. HEX triplet: 53, 7D and 93. RGB value is (83,125,147). Sum of RGB (Red+Green+Blue) = 83+125+147=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #537D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D93 is #AC826C. Grayscale: #727272. Windows color (decimal): -11305581 or 9665875. OLE color: 9665875.

HSL color Cylindrical-coordinate representation of color #537D93: hue angle of 200.62º 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 #537D93 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83125147-
CMYK0.440.1500.42
HSL200.62º27.83%45.1%-
HSV(B)200.62º43.54%57.65%-
XYZ16.1718.6130.34-
YUV114.95146.09105.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=23.38%
G=35.21%
B=41.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831251470.440.1500.42200.6227.8345.1
Hex537D932CF02Ac91c2d
Octal12317522354170523113455
Binary1010011111110110010011101100111101010101100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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