#557C93

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

Shades of Jelly Bean #557C93

Tints of Jelly Bean #557C93

Color information

#557C93 (or 0x557C93) is unknown color: approx Jelly Bean. HEX triplet: 55, 7C and 93. RGB value is (85,124,147). Sum of RGB (Red+Green+Blue) = 85+124+147=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #557C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C93 is #AA836C. Grayscale: #727272. Windows color (decimal): -11174765 or 9665621. OLE color: 9665621.

HSL color Cylindrical-coordinate representation of color #557C93: hue angle of 202.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557C93 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85124147-
CMYK0.420.1600.42
HSL202.26º26.72%45.49%-
HSV(B)202.26º42.18%57.65%-
XYZ16.2218.4530.31-
YUV114.96146.08106.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=23.88%
G=34.83%
B=41.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851241470.420.1600.42202.2626.7245.49
Hex557C932A1002Aca1b2d
Octal12517422352200523123355
Binary10101011111100100100111010101000001010101100101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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