#547D90

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

Shades of Jelly Bean #547D90

Tints of Jelly Bean #547D90

Color information

#547D90 (or 0x547D90) is unknown color: approx Jelly Bean. HEX triplet: 54, 7D and 90. RGB value is (84,125,144). Sum of RGB (Red+Green+Blue) = 84+125+144=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #547D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D90 is #AB826F. Grayscale: #727272. Windows color (decimal): -11240048 or 9469268. OLE color: 9469268.

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

Color convert

RGB84125144-
CMYK0.420.1300.44
HSL199º26.32%44.71%-
HSV(B)199º41.67%56.47%-
XYZ16.0218.5729.12-
YUV114.91144.42105.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=23.80%
G=35.41%
B=40.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841251440.420.1300.4419926.3244.71
Hex547D902AD02Cc71a2d
Octal12417522052150543073255
Binary1010100111110110010000101010110101011001100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,125,144); }

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

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

 a { background-color: rgb(84,125,144); }

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

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

 span { border-color: rgb(84,125,144); }

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