#547B8C

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

Shades of Jelly Bean #547B8C

Tints of Jelly Bean #547B8C

Color information

#547B8C (or 0x547B8C) is unknown color: approx Jelly Bean. HEX triplet: 54, 7B and 8C. RGB value is (84,123,140). Sum of RGB (Red+Green+Blue) = 84+123+140=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #547B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B8C is #AB8473. Grayscale: #717171. Windows color (decimal): -11240564 or 9206612. OLE color: 9206612.

HSL color Cylindrical-coordinate representation of color #547B8C: hue angle of 198.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #547B8C is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB84123140-
CMYK0.40.1200.45
HSL198.21º25%43.92%-
HSV(B)198.21º40%54.9%-
XYZ15.4717.9427.46-
YUV113.28143.08107.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=24.21%
G=35.45%
B=40.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841231400.40.1200.45198.212543.92
Hex547B8C28C02Dc6192c
Octal12417321450140553063154
Binary1010100111101110001100101000110001011011100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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