Html Css Color HEX #55787D Blue Bayoux

📋 copy color: '#55787D'

red 85 ◦ green 120 ◦ blue 125

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

Shades of Blue Bayoux #55787D

Tints of Blue Bayoux #55787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 25.76%
G = 36.36%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55787D (or 0x55787D) is known color: Blue Bayoux. HEX triplet: 55, 78 and 7D. RGB value is (85,120,125). Sum of RGB (Red+Green+Blue) = 85+120+125=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #55787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55787D is #AA8782. Grayscale: #6E6E6E. Windows color (decimal): -11175811 or 8222805. OLE color: 8222805.

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

Color convert

RGB 85 120 125 -
CMYK 0.32 0.04 0 0.51
HSL 187.5º 0.19% 0.41% -
HSV(B) 187.5º 0.32% 0.49% -
XYZ 14.16 16.84 21.91 -
YUV 110.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 85 120 125 0.32 0.04 0 0.51 187.5 0.19 0.41
Hex 55 78 7D 20 4 0 33 BC 13 29
Octal 125 170 175 40 4 0 63 274 23 51
Binary 1010101 1111000 1111101 100000 100 0 110011 10111100 10011 101001

Color Harmonies of #55787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55787D

Black with #55787D

Text Example


Text Example

White with #55787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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