#557D93

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

Shades of Jelly Bean #557D93

Tints of Jelly Bean #557D93

Color information

#557D93 (or 0x557D93) is unknown color: approx Jelly Bean. HEX triplet: 55, 7D and 93. RGB value is (85,125,147). Sum of RGB (Red+Green+Blue) = 85+125+147=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #557D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D93 is #AA826C. Grayscale: #737373. Windows color (decimal): -11174509 or 9665877. OLE color: 9665877.

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

Color convert

RGB85125147-
CMYK0.420.1500.42
HSL201.29º26.72%45.49%-
HSV(B)201.29º42.18%57.65%-
XYZ16.3518.7130.35-
YUV115.55145.75106.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=23.81%
G=35.01%
B=41.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851251470.420.1500.42201.2926.7245.49
Hex557D932AF02Ac91b2d
Octal12517522352170523113355
Binary1010101111110110010011101010111101010101100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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