#557D94

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

Shades of Jelly Bean #557D94

Tints of Jelly Bean #557D94

Color information

#557D94 (or 0x557D94) is unknown color: approx Jelly Bean. HEX triplet: 55, 7D and 94. RGB value is (85,125,148). Sum of RGB (Red+Green+Blue) = 85+125+148=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #557D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557D94 is #AA826B. Grayscale: #737373. Windows color (decimal): -11174508 or 9731413. OLE color: 9731413.

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

Color convert

RGB85125148-
CMYK0.430.1600.42
HSL201.9º27.04%45.69%-
HSV(B)201.9º42.57%58.04%-
XYZ16.4318.7430.77-
YUV115.66146.25106.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=23.74%
G=34.92%
B=41.34%

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
Decimal851251480.430.1600.42201.927.0445.69
Hex557D942B1002Aca1b2e
Octal12517522453200523123356
Binary10101011111101100101001010111000001010101100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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