#54798D

Color #54798D Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #54798D

Tints of Jelly Bean #54798D

Color information

#54798D (or 0x54798D) is unknown color: approx 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

RGB84121141-
CMYK0.400.1400.45
HSL201.05º25.33%44.12%-
HSV(B)201.05º40.43%55.29%-
XYZ15.317.4827.77-
YUV112.22144.24107.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841211410.400.1400.45201.0525.3344.12
Hex54798D28E02Dc9192c
Octal12417121550160553113154
Binary1010100111100110001101101000111001011011100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>