#54747A

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

Shades of Blue Bayoux #54747A

Tints of Blue Bayoux #54747A

Color information

#54747A (or 0x54747A) is unknown color: approx Blue Bayoux. HEX triplet: 54, 74 and 7A. RGB value is (84,116,122). Sum of RGB (Red+Green+Blue) = 84+116+122=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #54747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54747A is #AB8B85. Grayscale: #6B6B6B. Windows color (decimal): -11242374 or 8025172. OLE color: 8025172.

HSL color Cylindrical-coordinate representation of color #54747A: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54747A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84116122-
CMYK0.310.0500.52
HSL189.47º18.45%40.39%-
HSV(B)189.47º31.15%47.84%-
XYZ13.4115.7820.75-
YUV107.12136.4111.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=26.09%
G=36.02%
B=37.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841161220.310.0500.52189.4718.4540.39
Hex54747A1F5034bd1228
Octal1241641723750642752250
Binary1010100111010011110101111110101101001011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54747A; }

 p { color: rgb(84,116,122); }

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

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

 a { background-color: rgb(84,116,122); }

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

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

 span { border-color: rgb(84,116,122); }

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