Html Css Color HEX #54778B Jelly Bean

📋 copy color: '#54778B'

red 84 ◦ green 119 ◦ blue 139

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

Shades of Jelly Bean #54778B

Tints of Jelly Bean #54778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 24.56%
G = 34.8%
B = 40.64%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54778B (or 0x54778B) is known color: Jelly Bean. HEX triplet: 54, 77 and 8B. RGB value is (84,119,139). Sum of RGB (Red+Green+Blue) = 84+119+139=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #54778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54778B is #AB8874. Grayscale: #6E6E6E. Windows color (decimal): -11241589 or 9140052. OLE color: 9140052.

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

Color convert

RGB 84 119 139 -
CMYK 0.40 0.14 0 0.45
HSL 201.82º 0.25% 0.44% -
HSV(B) 201.82º 0.4% 0.55% -
XYZ 14.91 16.94 26.91 -
YUV 110.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 84 119 139 0.40 0.14 0 0.45 201.82 0.25 0.44
Hex 54 77 8B 28 E 0 2D CA 19 2C
Octal 124 167 213 50 16 0 55 312 31 54
Binary 1010100 1110111 10001011 101000 1110 0 101101 11001010 11001 101100

Color Harmonies of #54778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54778B

Black with #54778B

Text Example


Text Example

White with #54778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54778B; }

 p { color: rgb(84,119,139); }

 H1.HeaderClassName
 {
   color: #54778B;
 }
 .AnyTagClassName
 {
   color: #54778B;
 }
</style>

background-color css

<style>
 a { background-color: #54778B; }

 a { background-color: rgb(84,119,139); }

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

border-color css

<style>
 span { border-color: #54778B; }

 span { border-color: rgb(84,119,139); }

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