Html Css Color HEX #54808F Jelly Bean

📋 copy color: '#54808F'

red 84 ◦ green 128 ◦ blue 143

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

Shades of Jelly Bean #54808F

Tints of Jelly Bean #54808F

RGB

 RED value IS 84 (33.2% from 255) = 23.66%

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 23.66%
G = 36.06%
B = 40.28%

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

#54808F (or 0x54808F) is known color: Jelly Bean. HEX triplet: 54, 80 and 8F. RGB value is (84,128,143). Sum of RGB (Red+Green+Blue) = 84+128+143=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #54808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54808F is #AB7F70. Grayscale: #747474. Windows color (decimal): -11239281 or 9404500. OLE color: 9404500.

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

Color convert

RGB 84 128 143 -
CMYK 0.41 0.10 0 0.44
HSL 195.25º 0.26% 0.45% -
HSV(B) 195.25º 0.41% 0.56% -
XYZ 16.33 19.31 28.85 -
YUV 116.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 84 128 143 0.41 0.10 0 0.44 195.25 0.26 0.45
Hex 54 80 8F 29 A 0 2C C3 1A 2D
Octal 124 200 217 51 12 0 54 303 32 55
Binary 1010100 10000000 10001111 101001 1010 0 101100 11000011 11010 101101

Color Harmonies of #54808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54808F

Black with #54808F

Text Example


Text Example

White with #54808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54808F;
 }
 .AnyTagClassName
 {
   color: #54808F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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