#547F90

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

Shades of Jelly Bean #547F90

Tints of Jelly Bean #547F90

Color information

#547F90 (or 0x547F90) is unknown color: approx Jelly Bean. HEX triplet: 54, 7F and 90. RGB value is (84,127,144). Sum of RGB (Red+Green+Blue) = 84+127+144=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #547F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F90 is #AB806F. Grayscale: #737373. Windows color (decimal): -11239536 or 9469780. OLE color: 9469780.

HSL color Cylindrical-coordinate representation of color #547F90: hue angle of 197º 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 #547F90 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84127144-
CMYK0.420.1200.44
HSL197º26.32%44.71%-
HSV(B)197º41.67%56.47%-
XYZ16.2819.0829.21-
YUV116.08143.75105.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=23.66%
G=35.77%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841271440.420.1200.4419726.3244.71
Hex547F902AC02Cc51a2d
Octal12417722052140543053255
Binary1010100111111110010000101010110001011001100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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