#547584

Color #547584 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #547584

Tints of Blue Bayoux #547584

Color information

#547584 (or 0x547584) is unknown color: approx Blue Bayoux. HEX triplet: 54, 75 and 84. RGB value is (84,117,132). Sum of RGB (Red+Green+Blue) = 84+117+132=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #547584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547584 is #AB8A7B. Grayscale: #6C6C6C. Windows color (decimal): -11242108 or 8680788. OLE color: 8680788.

HSL color Cylindrical-coordinate representation of color #547584: hue angle of 198.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547584 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84117132-
CMYK0.360.1100.48
HSL198.75º22.22%42.35%-
HSV(B)198.75º36.36%51.76%-
XYZ14.1816.2724.22-
YUV108.84141.07110.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=25.23%
G=35.14%
B=39.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841171320.360.1100.48198.7522.2242.35
Hex54758424B030c7162a
Octal12416520444130603072652
Binary1010100111010110000100100100101101100001100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547584; }

 p { color: rgb(84,117,132); }

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

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

 a { background-color: rgb(84,117,132); }

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

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

 span { border-color: rgb(84,117,132); }

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