#557A94

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

Shades of Jelly Bean #557A94

Tints of Jelly Bean #557A94

Color information

#557A94 (or 0x557A94) is unknown color: approx Jelly Bean. HEX triplet: 55, 7A and 94. RGB value is (85,122,148). Sum of RGB (Red+Green+Blue) = 85+122+148=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #557A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557A94 is #AA856B. Grayscale: #717171. Windows color (decimal): -11175276 or 9730645. OLE color: 9730645.

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

Color convert

RGB85122148-
CMYK0.430.1800.42
HSL204.76º27.04%45.69%-
HSV(B)204.76º42.57%58.04%-
XYZ16.0517.9930.64-
YUV113.9147.24107.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.94%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=23.94%
G=34.37%
B=41.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851221480.430.1800.42204.7627.0445.69
Hex557A942B1202Acd1b2e
Octal12517222453220523153356
Binary10101011111010100101001010111001001010101100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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