#557C95

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

Shades of Jelly Bean #557C95

Tints of Jelly Bean #557C95

Color information

#557C95 (or 0x557C95) is unknown color: approx Jelly Bean. HEX triplet: 55, 7C and 95. RGB value is (85,124,149). Sum of RGB (Red+Green+Blue) = 85+124+149=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #557C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C95 is #AA836A. Grayscale: #737373. Windows color (decimal): -11174763 or 9796693. OLE color: 9796693.

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

Color convert

RGB85124149-
CMYK0.430.1700.42
HSL203.44º27.35%45.88%-
HSV(B)203.44º42.95%58.43%-
XYZ16.3818.5231.14-
YUV115.19147.08106.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 124 (48.83% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=23.74%
G=34.64%
B=41.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851241490.430.1700.42203.4427.3545.88
Hex557C952B1102Acb1b2e
Octal12517422553210523133356
Binary10101011111100100101011010111000101010101100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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