#557B8E

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

Shades of Jelly Bean #557B8E

Tints of Jelly Bean #557B8E

Color information

#557B8E (or 0x557B8E) is unknown color: approx Jelly Bean. HEX triplet: 55, 7B and 8E. RGB value is (85,123,142). Sum of RGB (Red+Green+Blue) = 85+123+142=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #557B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B8E is #AA8471. Grayscale: #717171. Windows color (decimal): -11175026 or 9337685. OLE color: 9337685.

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

Color convert

RGB85123142-
CMYK0.400.1300.44
HSL200º25.11%44.51%-
HSV(B)200º40.14%55.69%-
XYZ15.7118.0528.25-
YUV113.8143.91107.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=24.29%
G=35.14%
B=40.57%

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
Decimal851231420.400.1300.4420025.1144.51
Hex557B8E28D02Cc8192d
Octal12517321650150543103155
Binary1010101111101110001110101000110101011001100100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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