Html Css Color HEX #54757D Blue Bayoux

📋 copy color: '#54757D'

red 84 ◦ green 117 ◦ blue 125

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

Shades of Blue Bayoux #54757D

Tints of Blue Bayoux #54757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 25.77%
G = 35.89%
B = 38.34%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54757D (or 0x54757D) is known color: Blue Bayoux. HEX triplet: 54, 75 and 7D. RGB value is (84,117,125). Sum of RGB (Red+Green+Blue) = 84+117+125=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #54757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54757D is #AB8A82. Grayscale: #6B6B6B. Windows color (decimal): -11242115 or 8222036. OLE color: 8222036.

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

Color convert

RGB 84 117 125 -
CMYK 0.33 0.06 0 0.51
HSL 191.71º 0.2% 0.41% -
HSV(B) 191.71º 0.33% 0.49% -
XYZ 13.72 16.09 21.78 -
YUV 108.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 84 117 125 0.33 0.06 0 0.51 191.71 0.2 0.41
Hex 54 75 7D 21 6 0 33 C0 14 29
Octal 124 165 175 41 6 0 63 300 24 51
Binary 1010100 1110101 1111101 100001 110 0 110011 11000000 10100 101001

Color Harmonies of #54757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54757D

Black with #54757D

Text Example


Text Example

White with #54757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54757D;
 }
 .AnyTagClassName
 {
   color: #54757D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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