#537689

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

Shades of Jelly Bean #537689

Tints of Jelly Bean #537689

Color information

#537689 (or 0x537689) is unknown color: approx Jelly Bean. HEX triplet: 53, 76 and 89. RGB value is (83,118,137). Sum of RGB (Red+Green+Blue) = 83+118+137=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #537689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537689 is #AC8976. Grayscale: #6D6D6D. Windows color (decimal): -11307383 or 9008723. OLE color: 9008723.

HSL color Cylindrical-coordinate representation of color #537689: hue angle of 201.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537689 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83118137-
CMYK0.390.1400.46
HSL201.11º24.55%43.14%-
HSV(B)201.11º39.42%53.73%-
XYZ14.5616.626.1-
YUV109.7143.4108.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=24.56%
G=34.91%
B=40.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831181370.390.1400.46201.1124.5543.14
Hex53768927E02Ec9192b
Octal12316621147160563113153
Binary1010011111011010001001100111111001011101100100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537689; }

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

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

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

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

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

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

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

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