#547A95

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

Shades of Jelly Bean #547A95

Tints of Jelly Bean #547A95

Color information

#547A95 (or 0x547A95) is unknown color: approx Jelly Bean. HEX triplet: 54, 7A and 95. RGB value is (84,122,149). Sum of RGB (Red+Green+Blue) = 84+122+149=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #547A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A95 is #AB856A. Grayscale: #717171. Windows color (decimal): -11240811 or 9796180. OLE color: 9796180.

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

Color convert

RGB84122149-
CMYK0.440.1800.42
HSL204.92º27.9%45.69%-
HSV(B)204.92º43.62%58.43%-
XYZ16.0417.9731.06-
YUV113.72147.91106.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=23.66%
G=34.37%
B=41.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841221490.440.1800.42204.9227.945.69
Hex547A952C1202Acd1c2e
Octal12417222554220523153456
Binary10101001111010100101011011001001001010101100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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