#547F92

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

Shades of Jelly Bean #547F92

Tints of Jelly Bean #547F92

Color information

#547F92 (or 0x547F92) is unknown color: approx Jelly Bean. HEX triplet: 54, 7F and 92. RGB value is (84,127,146). Sum of RGB (Red+Green+Blue) = 84+127+146=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #547F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F92 is #AB806D. Grayscale: #747474. Windows color (decimal): -11239534 or 9600852. OLE color: 9600852.

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

Color convert

RGB84127146-
CMYK0.420.1300.43
HSL198.39º26.96%45.1%-
HSV(B)198.39º42.47%57.25%-
XYZ16.4319.1430.02-
YUV116.31144.75104.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=23.53%
G=35.57%
B=40.90%

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
Decimal841271460.420.1300.43198.3926.9645.1
Hex547F922AD02Bc61b2d
Octal12417722252150533063355
Binary1010100111111110010010101010110101010111100011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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