#557C8E

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

Shades of Jelly Bean #557C8E

Tints of Jelly Bean #557C8E

Color information

#557C8E (or 0x557C8E) is unknown color: approx Jelly Bean. HEX triplet: 55, 7C and 8E. RGB value is (85,124,142). Sum of RGB (Red+Green+Blue) = 85+124+142=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #557C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C8E is #AA8371. Grayscale: #727272. Windows color (decimal): -11174770 or 9337941. OLE color: 9337941.

HSL color Cylindrical-coordinate representation of color #557C8E: hue angle of 198.95º 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 #557C8E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85124142-
CMYK0.400.1300.44
HSL198.95º25.11%44.51%-
HSV(B)198.95º40.14%55.69%-
XYZ15.8418.328.29-
YUV114.39143.58107.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=24.22%
G=35.33%
B=40.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851241420.400.1300.44198.9525.1144.51
Hex557C8E28D02Cc7192d
Octal12517421650150543073155
Binary1010101111110010001110101000110101011001100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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