#54767B

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

Shades of Blue Bayoux #54767B

Tints of Blue Bayoux #54767B

Color information

#54767B (or 0x54767B) is unknown color: approx Blue Bayoux. HEX triplet: 54, 76 and 7B. RGB value is (84,118,123). Sum of RGB (Red+Green+Blue) = 84+118+123=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 123 - color contains mainly: blue. Hex color #54767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54767B is #AB8984. Grayscale: #6C6C6C. Windows color (decimal): -11241861 or 8091220. OLE color: 8091220.

HSL color Cylindrical-coordinate representation of color #54767B: hue angle of 187.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54767B is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84118123-
CMYK0.320.0400.52
HSL187.69º18.84%40.59%-
HSV(B)187.69º31.71%48.24%-
XYZ13.7116.2721.16-
YUV108.4136.24110.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=25.85%
G=36.31%
B=37.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841181230.320.0400.52187.6918.8440.59
Hex54767B204034bc1329
Octal1241661734040642742351
Binary10101001110110111101110000010001101001011110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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