#557D95

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

Shades of Jelly Bean #557D95

Tints of Jelly Bean #557D95

Color information

#557D95 (or 0x557D95) is unknown color: approx Jelly Bean. HEX triplet: 55, 7D and 95. RGB value is (85,125,149). Sum of RGB (Red+Green+Blue) = 85+125+149=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #557D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D95 is #AA826A. Grayscale: #737373. Windows color (decimal): -11174507 or 9796949. OLE color: 9796949.

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

Color convert

RGB85125149-
CMYK0.430.1600.42
HSL202.5º27.35%45.88%-
HSV(B)202.5º42.95%58.43%-
XYZ16.518.7731.19-
YUV115.78146.75106.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=23.68%
G=34.82%
B=41.50%

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
Decimal851251490.430.1600.42202.527.3545.88
Hex557D952B1002Aca1b2e
Octal12517522553200523123356
Binary10101011111101100101011010111000001010101100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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