Html Css Color HEX #54808E Jelly Bean

📋 copy color: '#54808E'

red 84 ◦ green 128 ◦ blue 142

#54808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #54808E

Tints of Jelly Bean #54808E

RGB

 RED value IS 84 (33.2% 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 value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54808E (or 0x54808E) is known color: 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

RGB 84 128 142 -
CMYK 0.41 0.10 0 0.44
HSL 194.48º 0.26% 0.44% -
HSV(B) 194.48º 0.41% 0.56% -
XYZ 16.26 19.28 28.45 -
YUV 116.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 84 128 142 0.41 0.10 0 0.44 194.48 0.26 0.44
Hex 54 80 8E 29 A 0 2C C2 1A 2C
Octal 124 200 216 51 12 0 54 302 32 54
Binary 1010100 10000000 10001110 101001 1010 0 101100 11000010 11010 101100

Color Harmonies of #54808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54808E

Black with #54808E

Text Example


Text Example

White with #54808E

Text Example


Text Example

HTML Codes & Css Web 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>