#54808E

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

Shades of Jelly Bean #54808E

Tints of Jelly Bean #54808E

Color information

#54808E (or 0x54808E) is unknown color: approx Jelly Bean. HEX triplet: 54, 80 and 8E. RGB value is (84,128,142). Sum of RGB (Red+Green+Blue) = 84+128+142=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #54808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808E is #AB7F71. Grayscale: #747474. Windows color (decimal): -11239282 or 9338964. OLE color: 9338964.

HSL color Cylindrical-coordinate representation of color #54808E: hue angle of 194.48º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54808E is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84128142-
CMYK0.410.1000.44
HSL194.48º25.66%44.31%-
HSV(B)194.48º40.85%55.69%-
XYZ16.2619.2828.45-
YUV116.44142.42104.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=23.73%
G=36.16%
B=40.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841281420.410.1000.44194.4825.6644.31
Hex54808E29A02Cc21a2c
Octal12420021651120543023254
Binary10101001000000010001110101001101001011001100001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54808E; }

 p { color: rgb(84,128,142); }

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

<style>
 a { background-color: #54808E; }

 a { background-color: rgb(84,128,142); }

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

<style>
 span { border-color: #54808E; }

 span { border-color: rgb(84,128,142); }

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