#54757A

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

Shades of Blue Bayoux #54757A

Tints of Blue Bayoux #54757A

Color information

#54757A (or 0x54757A) is unknown color: approx Blue Bayoux. HEX triplet: 54, 75 and 7A. RGB value is (84,117,122). Sum of RGB (Red+Green+Blue) = 84+117+122=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #54757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54757A is #AB8A85. Grayscale: #6B6B6B. Windows color (decimal): -11242118 or 8025428. OLE color: 8025428.

HSL color Cylindrical-coordinate representation of color #54757A: hue angle of 187.89º 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 #54757A is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84117122-
CMYK0.310.0400.52
HSL187.89º18.45%40.39%-
HSV(B)187.89º31.15%47.84%-
XYZ13.5316.0120.79-
YUV107.7136.07111.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=26.01%
G=36.22%
B=37.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841171220.310.0400.52187.8918.4540.39
Hex54757A1F4034bc1228
Octal1241651723740642742250
Binary1010100111010111110101111110001101001011110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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