#557A8E

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

Shades of Jelly Bean #557A8E

Tints of Jelly Bean #557A8E

Color information

#557A8E (or 0x557A8E) is unknown color: approx Jelly Bean. HEX triplet: 55, 7A and 8E. RGB value is (85,122,142). Sum of RGB (Red+Green+Blue) = 85+122+142=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #557A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A8E is #AA8571. Grayscale: #717171. Windows color (decimal): -11175282 or 9337429. OLE color: 9337429.

HSL color Cylindrical-coordinate representation of color #557A8E: hue angle of 201.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #557A8E is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85122142-
CMYK0.400.1400.44
HSL201.05º25.11%44.51%-
HSV(B)201.05º40.14%55.69%-
XYZ15.5917.828.21-
YUV113.22144.24107.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=24.36%
G=34.96%
B=40.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851221420.400.1400.44201.0525.1144.51
Hex557A8E28E02Cc9192d
Octal12517221650160543113155
Binary1010101111101010001110101000111001011001100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A8E; }

 p { color: rgb(85,122,142); }

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

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

 a { background-color: rgb(85,122,142); }

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

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

 span { border-color: rgb(85,122,142); }

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