#537B88

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

Shades of Jelly Bean #537B88

Tints of Jelly Bean #537B88

Color information

#537B88 (or 0x537B88) is unknown color: approx Jelly Bean. HEX triplet: 53, 7B and 88. RGB value is (83,123,136). Sum of RGB (Red+Green+Blue) = 83+123+136=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #537B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B88 is #AC8477. Grayscale: #707070. Windows color (decimal): -11306104 or 8944467. OLE color: 8944467.

HSL color Cylindrical-coordinate representation of color #537B88: hue angle of 194.72º 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 #537B88 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83123136-
CMYK0.390.1000.47
HSL194.72º24.2%42.94%-
HSV(B)194.72º38.97%53.33%-
XYZ15.0917.7825.93-
YUV112.52141.25106.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=24.27%
G=35.96%
B=39.77%

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
Decimal831231360.390.1000.47194.7224.242.94
Hex537B8827A02Fc3182b
Octal12317321047120573033053
Binary1010011111101110001000100111101001011111100001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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