#54778B

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

Shades of Jelly Bean #54778B

Tints of Jelly Bean #54778B

Color information

#54778B (or 0x54778B) is unknown color: approx 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

RGB84119139-
CMYK0.400.1400.45
HSL201.82º24.66%43.73%-
HSV(B)201.82º39.57%54.51%-
XYZ14.9116.9426.91-
YUV110.82143.9108.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=24.56%
G=34.80%
B=40.64%

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
Decimal841191390.400.1400.45201.8224.6643.73
Hex54778B28E02Dca192c
Octal12416721350160553123154
Binary1010100111011110001011101000111001011011100101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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