#537A92

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

Shades of Jelly Bean #537A92

Tints of Jelly Bean #537A92

Color information

#537A92 (or 0x537A92) is unknown color: approx Jelly Bean. HEX triplet: 53, 7A and 92. RGB value is (83,122,146). Sum of RGB (Red+Green+Blue) = 83+122+146=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #537A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A92 is #AC856D. Grayscale: #707070. Windows color (decimal): -11306350 or 9599571. OLE color: 9599571.

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

Color convert

RGB83122146-
CMYK0.430.1600.43
HSL202.86º27.51%44.9%-
HSV(B)202.86º43.15%57.25%-
XYZ15.7217.8329.81-
YUV113.07146.58106.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=23.65%
G=34.76%
B=41.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831221460.430.1600.43202.8627.5144.9
Hex537A922B1002Bcb1c2d
Octal12317222253200533133455
Binary10100111111010100100101010111000001010111100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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