Html Css Color HEX #55727D Blue Bayoux

📋 copy color: '#55727D'

red 85 ◦ green 114 ◦ blue 125

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

Shades of Blue Bayoux #55727D

Tints of Blue Bayoux #55727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.19%

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

R = 26.23%
G = 35.19%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55727D (or 0x55727D) is known color: Blue Bayoux. HEX triplet: 55, 72 and 7D. RGB value is (85,114,125). Sum of RGB (Red+Green+Blue) = 85+114+125=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #55727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55727D is #AA8D82. Grayscale: #6A6A6A. Windows color (decimal): -11177347 or 8221269. OLE color: 8221269.

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

Color convert

RGB 85 114 125 -
CMYK 0.32 0.09 0 0.51
HSL 196.5º 0.19% 0.41% -
HSV(B) 196.5º 0.32% 0.49% -
XYZ 13.47 15.45 21.67 -
YUV 106.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 85 114 125 0.32 0.09 0 0.51 196.5 0.19 0.41
Hex 55 72 7D 20 9 0 33 C4 13 29
Octal 125 162 175 40 11 0 63 304 23 51
Binary 1010101 1110010 1111101 100000 1001 0 110011 11000100 10011 101001

Color Harmonies of #55727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55727D

Black with #55727D

Text Example


Text Example

White with #55727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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