Html Css Color HEX #54798D Jelly Bean

📋 copy color: '#54798D'

red 84 ◦ green 121 ◦ blue 141

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

Shades of Jelly Bean #54798D

Tints of Jelly Bean #54798D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 24.28%
G = 34.97%
B = 40.75%

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

#54798D (or 0x54798D) is known color: Jelly Bean. HEX triplet: 54, 79 and 8D. RGB value is (84,121,141). Sum of RGB (Red+Green+Blue) = 84+121+141=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #54798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54798D is #AB8672. Grayscale: #707070. Windows color (decimal): -11241075 or 9271636. OLE color: 9271636.

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

Color convert

RGB 84 121 141 -
CMYK 0.40 0.14 0 0.45
HSL 201.05º 0.25% 0.44% -
HSV(B) 201.05º 0.4% 0.55% -
XYZ 15.3 17.48 27.77 -
YUV 112.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 84 121 141 0.40 0.14 0 0.45 201.05 0.25 0.44
Hex 54 79 8D 28 E 0 2D C9 19 2C
Octal 124 171 215 50 16 0 55 311 31 54
Binary 1010100 1111001 10001101 101000 1110 0 101101 11001001 11001 101100

Color Harmonies of #54798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54798D

Black with #54798D

Text Example


Text Example

White with #54798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54798D; }

 p { color: rgb(84,121,141); }

 H1.HeaderClassName
 {
   color: #54798D;
 }
 .AnyTagClassName
 {
   color: #54798D;
 }
</style>

background-color css

<style>
 a { background-color: #54798D; }

 a { background-color: rgb(84,121,141); }

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

border-color css

<style>
 span { border-color: #54798D; }

 span { border-color: rgb(84,121,141); }

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