#547E91

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

Shades of Jelly Bean #547E91

Tints of Jelly Bean #547E91

Color information

#547E91 (or 0x547E91) is unknown color: approx Jelly Bean. HEX triplet: 54, 7E and 91. RGB value is (84,126,145). Sum of RGB (Red+Green+Blue) = 84+126+145=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #547E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E91 is #AB816E. Grayscale: #737373. Windows color (decimal): -11239791 or 9535060. OLE color: 9535060.

HSL color Cylindrical-coordinate representation of color #547E91: hue angle of 198.69º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547E91 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB84126145-
CMYK0.420.1300.43
HSL198.69º26.64%44.9%-
HSV(B)198.69º42.07%56.86%-
XYZ16.2318.8529.57-
YUV115.61144.59105.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 145 (57.03% from 255) = 40.85%
R=23.66%
G=35.49%
B=40.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841261450.420.1300.43198.6926.6444.9
Hex547E912AD02Bc71b2d
Octal12417622152150533073355
Binary1010100111111010010001101010110101010111100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,126,145); }

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

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

 a { background-color: rgb(84,126,145); }

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

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

 span { border-color: rgb(84,126,145); }

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