#547B93

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

Shades of Jelly Bean #547B93

Tints of Jelly Bean #547B93

Color information

#547B93 (or 0x547B93) is unknown color: approx Jelly Bean. HEX triplet: 54, 7B and 93. RGB value is (84,123,147). Sum of RGB (Red+Green+Blue) = 84+123+147=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #547B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B93 is #AB846C. Grayscale: #717171. Windows color (decimal): -11240557 or 9665364. OLE color: 9665364.

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

Color convert

RGB84123147-
CMYK0.430.1600.42
HSL202.86º27.27%45.29%-
HSV(B)202.86º42.86%57.65%-
XYZ16.0118.1630.26-
YUV114.07146.58106.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=23.73%
G=34.75%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841231470.430.1600.42202.8627.2745.29
Hex547B932B1002Acb1b2d
Octal12417322353200523133355
Binary10101001111011100100111010111000001010101100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,123,147); }

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

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

 a { background-color: rgb(84,123,147); }

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

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

 span { border-color: rgb(84,123,147); }

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