Html Css Color HEX #54788C Jelly Bean

📋 copy color: '#54788C'

red 84 ◦ green 120 ◦ blue 140

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

Shades of Jelly Bean #54788C

Tints of Jelly Bean #54788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 24.42%
G = 34.88%
B = 40.7%

CMYK

 C value IS 0.4

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54788C (or 0x54788C) is known color: Jelly Bean. HEX triplet: 54, 78 and 8C. RGB value is (84,120,140). Sum of RGB (Red+Green+Blue) = 84+120+140=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #54788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54788C is #AB8773. Grayscale: #6F6F6F. Windows color (decimal): -11241332 or 9205844. OLE color: 9205844.

HSL color Cylindrical-coordinate representation of color #54788C: hue angle of 201.43º 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 #54788C is Cyan = 0.4, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 120 140 -
CMYK 0.4 0.14 0 0.45
HSL 201.43º 0.25% 0.44% -
HSV(B) 201.43º 0.4% 0.55% -
XYZ 15.11 17.21 27.34 -
YUV 111.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 84 120 140 0.4 0.14 0 0.45 201.43 0.25 0.44
Hex 54 78 8C 28 E 0 2D C9 19 2C
Octal 124 170 214 50 16 0 55 311 31 54
Binary 1010100 1111000 10001100 101000 1110 0 101101 11001001 11001 101100

Color Harmonies of #54788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54788C

Black with #54788C

Text Example


Text Example

White with #54788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54788C; }

 p { color: rgb(84,120,140); }

 H1.HeaderClassName
 {
   color: #54788C;
 }
 .AnyTagClassName
 {
   color: #54788C;
 }
</style>

background-color css

<style>
 a { background-color: #54788C; }

 a { background-color: rgb(84,120,140); }

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

border-color css

<style>
 span { border-color: #54788C; }

 span { border-color: rgb(84,120,140); }

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