#547888

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

Shades of Jelly Bean #547888

Tints of Jelly Bean #547888

Color information

#547888 (or 0x547888) is unknown color: approx Jelly Bean. HEX triplet: 54, 78 and 88. RGB value is (84,120,136). Sum of RGB (Red+Green+Blue) = 84+120+136=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #547888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547888 is #AB8777. Grayscale: #6E6E6E. Windows color (decimal): -11241336 or 8943700. OLE color: 8943700.

HSL color Cylindrical-coordinate representation of color #547888: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547888 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84120136-
CMYK0.380.1200.47
HSL198.46º23.64%43.14%-
HSV(B)198.46º38.24%53.33%-
XYZ14.8217.125.81-
YUV111.06142.07108.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 136 (53.52% from 255) = 40%
R=24.71%
G=35.29%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841201360.380.1200.47198.4623.6443.14
Hex54788826C02Fc6182b
Octal12417021046140573063053
Binary1010100111100010001000100110110001011111100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547888; }

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

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

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

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

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

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

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

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