#537688

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

Shades of Jelly Bean #537688

Tints of Jelly Bean #537688

Color information

#537688 (or 0x537688) is unknown color: approx Jelly Bean. HEX triplet: 53, 76 and 88. RGB value is (83,118,136). Sum of RGB (Red+Green+Blue) = 83+118+136=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #537688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537688 is #AC8977. Grayscale: #6D6D6D. Windows color (decimal): -11307384 or 8943187. OLE color: 8943187.

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

Color convert

RGB83118136-
CMYK0.390.1300.47
HSL200.38º24.2%42.94%-
HSV(B)200.38º38.97%53.33%-
XYZ14.4916.5725.73-
YUV109.59142.9109.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=24.63%
G=35.01%
B=40.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831181360.390.1300.47200.3824.242.94
Hex53768827D02Fc8182b
Octal12316621047150573103053
Binary1010011111011010001000100111110101011111100100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537688; }

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

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

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

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

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

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

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

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