Html Css Color HEX #55737D Blue Bayoux

📋 copy color: '#55737D'

red 85 ◦ green 115 ◦ blue 125

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

Shades of Blue Bayoux #55737D

Tints of Blue Bayoux #55737D

RGB

 RED value IS 85 (33.59% from 255) = 26.15%

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 26.15%
G = 35.38%
B = 38.46%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55737D (or 0x55737D) is known color: Blue Bayoux. HEX triplet: 55, 73 and 7D. RGB value is (85,115,125). Sum of RGB (Red+Green+Blue) = 85+115+125=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #55737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55737D is #AA8C82. Grayscale: #6B6B6B. Windows color (decimal): -11177091 or 8221525. OLE color: 8221525.

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

Color convert

RGB 85 115 125 -
CMYK 0.32 0.08 0 0.51
HSL 195º 0.19% 0.41% -
HSV(B) 195º 0.32% 0.49% -
XYZ 13.58 15.67 21.71 -
YUV 107.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 85 115 125 0.32 0.08 0 0.51 195 0.19 0.41
Hex 55 73 7D 20 8 0 33 C3 13 29
Octal 125 163 175 40 10 0 63 303 23 51
Binary 1010101 1110011 1111101 100000 1000 0 110011 11000011 10011 101001

Color Harmonies of #55737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55737D

Black with #55737D

Text Example


Text Example

White with #55737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,115,125); }

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

background-color css

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

 a { background-color: rgb(85,115,125); }

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

border-color css

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

 span { border-color: rgb(85,115,125); }

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