#55788D

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

Shades of Jelly Bean #55788D

Tints of Jelly Bean #55788D

Color information

#55788D (or 0x55788D) is unknown color: approx Jelly Bean. HEX triplet: 55, 78 and 8D. RGB value is (85,120,141). Sum of RGB (Red+Green+Blue) = 85+120+141=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #55788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55788D is #AA8772. Grayscale: #6F6F6F. Windows color (decimal): -11175795 or 9271381. OLE color: 9271381.

HSL color Cylindrical-coordinate representation of color #55788D: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55788D is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85120141-
CMYK0.400.1500.45
HSL202.5º24.78%44.31%-
HSV(B)202.5º39.72%55.29%-
XYZ15.2717.2927.73-
YUV111.93144.4108.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=24.57%
G=34.68%
B=40.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851201410.400.1500.45202.524.7844.31
Hex55788D28F02Dca192c
Octal12517021550170553123154
Binary1010101111100010001101101000111101011011100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55788D; }

 p { color: rgb(85,120,141); }

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

<style>
 a { background-color: #55788D; }

 a { background-color: rgb(85,120,141); }

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

<style>
 span { border-color: #55788D; }

 span { border-color: rgb(85,120,141); }

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