#537A88

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

Shades of Jelly Bean #537A88

Tints of Jelly Bean #537A88

Color information

#537A88 (or 0x537A88) is unknown color: approx Jelly Bean. HEX triplet: 53, 7A and 88. RGB value is (83,122,136). Sum of RGB (Red+Green+Blue) = 83+122+136=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #537A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537A88 is #AC8577. Grayscale: #6F6F6F. Windows color (decimal): -11306360 or 8944211. OLE color: 8944211.

HSL color Cylindrical-coordinate representation of color #537A88: hue angle of 195.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537A88 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83122136-
CMYK0.390.1000.47
HSL195.85º24.2%42.94%-
HSV(B)195.85º38.97%53.33%-
XYZ14.9717.5425.89-
YUV111.93141.58107.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=24.34%
G=35.78%
B=39.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831221360.390.1000.47195.8524.242.94
Hex537A8827A02Fc4182b
Octal12317221047120573043053
Binary1010011111101010001000100111101001011111100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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