#54767D

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

Shades of Blue Bayoux #54767D

Tints of Blue Bayoux #54767D

Color information

#54767D (or 0x54767D) is unknown color: approx Blue Bayoux. HEX triplet: 54, 76 and 7D. RGB value is (84,118,125). Sum of RGB (Red+Green+Blue) = 84+118+125=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #54767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54767D is #AB8982. Grayscale: #6C6C6C. Windows color (decimal): -11241859 or 8222292. OLE color: 8222292.

HSL color Cylindrical-coordinate representation of color #54767D: hue angle of 190.24º 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 #54767D is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB84118125-
CMYK0.330.0600.51
HSL190.24º19.62%40.98%-
HSV(B)190.24º32.8%49.02%-
XYZ13.8416.3221.82-
YUV108.63137.24110.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.69%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=25.69%
G=36.09%
B=38.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841181250.330.0600.51190.2419.6240.98
Hex54767D216033be1429
Octal1241661754160632762451
Binary10101001110110111110110000111001100111011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54767D; }

 p { color: rgb(84,118,125); }

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

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

 a { background-color: rgb(84,118,125); }

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

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

 span { border-color: rgb(84,118,125); }

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