#547C92

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

Shades of Jelly Bean #547C92

Tints of Jelly Bean #547C92

Color information

#547C92 (or 0x547C92) is unknown color: approx Jelly Bean. HEX triplet: 54, 7C and 92. RGB value is (84,124,146). Sum of RGB (Red+Green+Blue) = 84+124+146=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #547C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C92 is #AB836D. Grayscale: #727272. Windows color (decimal): -11240302 or 9600084. OLE color: 9600084.

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

Color convert

RGB84124146-
CMYK0.420.1500.43
HSL201.29º26.96%45.1%-
HSV(B)201.29º42.47%57.25%-
XYZ16.0518.3829.89-
YUV114.55145.75106.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=23.73%
G=35.03%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841241460.420.1500.43201.2926.9645.1
Hex547C922AF02Bc91b2d
Octal12417422252170533113355
Binary1010100111110010010010101010111101010111100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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