#547A96

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

Shades of Jelly Bean #547A96

Tints of Jelly Bean #547A96

Color information

#547A96 (or 0x547A96) is unknown color: approx Jelly Bean. HEX triplet: 54, 7A and 96. RGB value is (84,122,150). Sum of RGB (Red+Green+Blue) = 84+122+150=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #547A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A96 is #AB8569. Grayscale: #717171. Windows color (decimal): -11240810 or 9861716. OLE color: 9861716.

HSL color Cylindrical-coordinate representation of color #547A96: hue angle of 205.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #547A96 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84122150-
CMYK0.440.1900.41
HSL205.45º28.21%45.88%-
HSV(B)205.45º44%58.82%-
XYZ16.1218.0131.48-
YUV113.83148.41106.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=23.60%
G=34.27%
B=42.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841221500.440.1900.41205.4528.2145.88
Hex547A962C13029cd1c2e
Octal12417222654230513153456
Binary10101001111010100101101011001001101010011100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A96; }

 p { color: rgb(84,122,150); }

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

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

 a { background-color: rgb(84,122,150); }

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

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

 span { border-color: rgb(84,122,150); }

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