#557D90

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

Shades of Jelly Bean #557D90

Tints of Jelly Bean #557D90

Color information

#557D90 (or 0x557D90) is unknown color: approx Jelly Bean. HEX triplet: 55, 7D and 90. RGB value is (85,125,144). Sum of RGB (Red+Green+Blue) = 85+125+144=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #557D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D90 is #AA826F. Grayscale: #737373. Windows color (decimal): -11174512 or 9469269. OLE color: 9469269.

HSL color Cylindrical-coordinate representation of color #557D90: hue angle of 199.32º 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 #557D90 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85125144-
CMYK0.410.1300.44
HSL199.32º25.76%44.9%-
HSV(B)199.32º40.97%56.47%-
XYZ16.1118.6129.13-
YUV115.21144.25106.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=24.01%
G=35.31%
B=40.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851251440.410.1300.44199.3225.7644.9
Hex557D9029D02Cc71a2d
Octal12517522051150543073255
Binary1010101111110110010000101001110101011001100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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