#54788B

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

Shades of Jelly Bean #54788B

Tints of Jelly Bean #54788B

Color information

#54788B (or 0x54788B) is unknown color: approx Jelly Bean. HEX triplet: 54, 78 and 8B. RGB value is (84,120,139). Sum of RGB (Red+Green+Blue) = 84+120+139=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #54788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54788B is #AB8774. Grayscale: #6F6F6F. Windows color (decimal): -11241333 or 9140308. OLE color: 9140308.

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

Color convert

RGB84120139-
CMYK0.400.1400.45
HSL200.73º24.66%43.73%-
HSV(B)200.73º39.57%54.51%-
XYZ15.0317.1826.95-
YUV111.4143.57108.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=24.49%
G=34.99%
B=40.52%

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
Decimal841201390.400.1400.45200.7324.6643.73
Hex54788B28E02Dc9192c
Octal12417021350160553113154
Binary1010100111100010001011101000111001011011100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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