Html Css Color HEX #54767C Blue Bayoux

📋 copy color: '#54767C'

red 84 ◦ green 118 ◦ blue 124

#54767C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #54767C

Tints of Blue Bayoux #54767C

RGB

 RED value IS 84 (33.2% from 255) = 25.77%

 GREEN value IS 118 (46.48% from 255) = 36.2%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 25.77%
G = 36.2%
B = 38.04%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54767C (or 0x54767C) is known color: Blue Bayoux. HEX triplet: 54, 76 and 7C. RGB value is (84,118,124). Sum of RGB (Red+Green+Blue) = 84+118+124=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #54767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54767C is #AB8983. Grayscale: #6C6C6C. Windows color (decimal): -11241860 or 8156756. OLE color: 8156756.

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

Color convert

RGB 84 118 124 -
CMYK 0.32 0.05 0 0.51
HSL 189º 0.19% 0.41% -
HSV(B) 189º 0.32% 0.49% -
XYZ 13.77 16.3 21.49 -
YUV 108.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 84 118 124 0.32 0.05 0 0.51 189 0.19 0.41
Hex 54 76 7C 20 5 0 33 BD 13 29
Octal 124 166 174 40 5 0 63 275 23 51
Binary 1010100 1110110 1111100 100000 101 0 110011 10111101 10011 101001

Color Harmonies of #54767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54767C

Black with #54767C

Text Example


Text Example

White with #54767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54767C;
 }
 .AnyTagClassName
 {
   color: #54767C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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