#557991

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

Shades of Jelly Bean #557991

Tints of Jelly Bean #557991

Color information

#557991 (or 0x557991) is unknown color: approx Jelly Bean. HEX triplet: 55, 79 and 91. RGB value is (85,121,145). Sum of RGB (Red+Green+Blue) = 85+121+145=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #557991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557991 is #AA866E. Grayscale: #707070. Windows color (decimal): -11175535 or 9533781. OLE color: 9533781.

HSL color Cylindrical-coordinate representation of color #557991: hue angle of 204º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557991 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB85121145-
CMYK0.410.1700.43
HSL204º26.09%45.1%-
HSV(B)204º41.38%56.86%-
XYZ15.6917.6529.37-
YUV112.97146.07108.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 145 (57.03% from 255) = 41.31%
R=24.22%
G=34.47%
B=41.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851211450.410.1700.4320426.0945.1
Hex557991291102Bcc1a2d
Octal12517122151210533143255
Binary10101011111001100100011010011000101010111100110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557991; }

 p { color: rgb(85,121,145); }

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

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

 a { background-color: rgb(85,121,145); }

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

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

 span { border-color: rgb(85,121,145); }

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