#557C94

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

Shades of Jelly Bean #557C94

Tints of Jelly Bean #557C94

Color information

#557C94 (or 0x557C94) is unknown color: approx Jelly Bean. HEX triplet: 55, 7C and 94. RGB value is (85,124,148). Sum of RGB (Red+Green+Blue) = 85+124+148=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #557C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C94 is #AA836B. Grayscale: #727272. Windows color (decimal): -11174764 or 9731157. OLE color: 9731157.

HSL color Cylindrical-coordinate representation of color #557C94: hue angle of 202.86º 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 #557C94 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85124148-
CMYK0.430.1600.42
HSL202.86º27.04%45.69%-
HSV(B)202.86º42.57%58.04%-
XYZ16.318.4830.73-
YUV115.08146.58106.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=23.81%
G=34.73%
B=41.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851241480.430.1600.42202.8627.0445.69
Hex557C942B1002Acb1b2e
Octal12517422453200523133356
Binary10101011111100100101001010111000001010101100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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