#54798C

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

Shades of Jelly Bean #54798C

Tints of Jelly Bean #54798C

Color information

#54798C (or 0x54798C) is unknown color: approx Jelly Bean. HEX triplet: 54, 79 and 8C. RGB value is (84,121,140). Sum of RGB (Red+Green+Blue) = 84+121+140=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #54798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54798C is #AB8673. Grayscale: #6F6F6F. Windows color (decimal): -11241076 or 9206100. OLE color: 9206100.

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

Color convert

RGB84121140-
CMYK0.40.1400.45
HSL200.36º25%43.92%-
HSV(B)200.36º40%54.9%-
XYZ15.2317.4527.38-
YUV112.1143.74107.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=24.35%
G=35.07%
B=40.58%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841211400.40.1400.45200.362543.92
Hex54798C28E02Dc8192c
Octal12417121450160553103154
Binary1010100111100110001100101000111001011011100100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54798C;
 }
 .AnyTagClassName
 {
   color: #54798C;
 }
</style>
background-color css

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

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

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

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

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

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