#54787E

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

Shades of Blue Bayoux #54787E

Tints of Blue Bayoux #54787E

Color information

#54787E (or 0x54787E) is unknown color: approx Blue Bayoux. HEX triplet: 54, 78 and 7E. RGB value is (84,120,126). Sum of RGB (Red+Green+Blue) = 84+120+126=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #54787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54787E is #AB8781. Grayscale: #6D6D6D. Windows color (decimal): -11241346 or 8288340. OLE color: 8288340.

HSL color Cylindrical-coordinate representation of color #54787E: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54787E is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84120126-
CMYK0.330.0500.51
HSL188.57º20%41.18%-
HSV(B)188.57º33.33%49.41%-
XYZ14.1416.8222.24-
YUV109.92137.07109.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=25.45%
G=36.36%
B=38.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841201260.330.0500.51188.572041.18
Hex54787E215033bd1429
Octal1241701764150632752451
Binary10101001111000111111010000110101100111011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54787E; }

 p { color: rgb(84,120,126); }

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

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

 a { background-color: rgb(84,120,126); }

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

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

 span { border-color: rgb(84,120,126); }

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