#537B93

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

Shades of Jelly Bean #537B93

Tints of Jelly Bean #537B93

Color information

#537B93 (or 0x537B93) is unknown color: approx Jelly Bean. HEX triplet: 53, 7B and 93. RGB value is (83,123,147). Sum of RGB (Red+Green+Blue) = 83+123+147=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #537B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B93 is #AC846C. Grayscale: #717171. Windows color (decimal): -11306093 or 9665363. OLE color: 9665363.

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

Color convert

RGB83123147-
CMYK0.440.1600.42
HSL202.5º27.83%45.1%-
HSV(B)202.5º43.54%57.65%-
XYZ15.9218.1130.26-
YUV113.78146.75106.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=23.51%
G=34.84%
B=41.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831231470.440.1600.42202.527.8345.1
Hex537B932C1002Aca1c2d
Octal12317322354200523123455
Binary10100111111011100100111011001000001010101100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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