#547889

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

Shades of Jelly Bean #547889

Tints of Jelly Bean #547889

Color information

#547889 (or 0x547889) is unknown color: approx Jelly Bean. HEX triplet: 54, 78 and 89. RGB value is (84,120,137). Sum of RGB (Red+Green+Blue) = 84+120+137=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #547889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547889 is #AB8776. Grayscale: #6F6F6F. Windows color (decimal): -11241335 or 9009236. OLE color: 9009236.

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

Color convert

RGB84120137-
CMYK0.390.1200.46
HSL199.25º23.98%43.33%-
HSV(B)199.25º38.69%53.73%-
XYZ14.8917.1226.19-
YUV111.17142.57108.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=24.63%
G=35.19%
B=40.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841201370.390.1200.46199.2523.9843.33
Hex54788927C02Ec7182b
Octal12417021147140563073053
Binary1010100111100010001001100111110001011101100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547889; }

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

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

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

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

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

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

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

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