Html Css Color HEX #54757B Blue Bayoux

📋 copy color: '#54757B'

red 84 ◦ green 117 ◦ blue 123

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

Shades of Blue Bayoux #54757B

Tints of Blue Bayoux #54757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 25.93%
G = 36.11%
B = 37.96%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54757B (or 0x54757B) is known color: Blue Bayoux. HEX triplet: 54, 75 and 7B. RGB value is (84,117,123). Sum of RGB (Red+Green+Blue) = 84+117+123=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #54757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54757B is #AB8A84. Grayscale: #6B6B6B. Windows color (decimal): -11242117 or 8090964. OLE color: 8090964.

HSL color Cylindrical-coordinate representation of color #54757B: hue angle of 189.23º 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 #54757B is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 117 123 -
CMYK 0.32 0.05 0 0.52
HSL 189.23º 0.19% 0.41% -
HSV(B) 189.23º 0.32% 0.48% -
XYZ 13.59 16.04 21.12 -
YUV 107.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 84 117 123 0.32 0.05 0 0.52 189.23 0.19 0.41
Hex 54 75 7B 20 5 0 34 BD 13 29
Octal 124 165 173 40 5 0 64 275 23 51
Binary 1010100 1110101 1111011 100000 101 0 110100 10111101 10011 101001

Color Harmonies of #54757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54757B

Black with #54757B

Text Example


Text Example

White with #54757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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