#557C90

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

Shades of Jelly Bean #557C90

Tints of Jelly Bean #557C90

Color information

#557C90 (or 0x557C90) is unknown color: approx Jelly Bean. HEX triplet: 55, 7C and 90. RGB value is (85,124,144). Sum of RGB (Red+Green+Blue) = 85+124+144=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #557C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557C90 is #AA836F. Grayscale: #727272. Windows color (decimal): -11174768 or 9469013. OLE color: 9469013.

HSL color Cylindrical-coordinate representation of color #557C90: hue angle of 200.34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557C90 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85124144-
CMYK0.410.1400.44
HSL200.34º25.76%44.9%-
HSV(B)200.34º40.97%56.47%-
XYZ15.9918.3629.09-
YUV114.62144.58106.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=24.08%
G=35.13%
B=40.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851241440.410.1400.44200.3425.7644.9
Hex557C9029E02Cc81a2d
Octal12517422051160543103255
Binary1010101111110010010000101001111001011001100100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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