#537A93

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

Shades of Jelly Bean #537A93

Tints of Jelly Bean #537A93

Color information

#537A93 (or 0x537A93) is unknown color: approx Jelly Bean. HEX triplet: 53, 7A and 93. RGB value is (83,122,147). Sum of RGB (Red+Green+Blue) = 83+122+147=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #537A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A93 is #AC856C. Grayscale: #717171. Windows color (decimal): -11306349 or 9665107. OLE color: 9665107.

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

Color convert

RGB83122147-
CMYK0.440.1700.42
HSL203.44º27.83%45.1%-
HSV(B)203.44º43.54%57.65%-
XYZ15.7917.8630.22-
YUV113.19147.08106.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=23.58%
G=34.66%
B=41.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831221470.440.1700.42203.4427.8345.1
Hex537A932C1102Acb1c2d
Octal12317222354210523133455
Binary10100111111010100100111011001000101010101100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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