Html Css Color HEX #557780 Blue Bayoux

📋 copy color: '#557780'

red 85 ◦ green 119 ◦ blue 128

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

Shades of Blue Bayoux #557780

Tints of Blue Bayoux #557780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 25.6%
G = 35.84%
B = 38.55%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#557780 (or 0x557780) is known color: Blue Bayoux. HEX triplet: 55, 77 and 80. RGB value is (85,119,128). Sum of RGB (Red+Green+Blue) = 85+119+128=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #557780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557780 is #AA887F. Grayscale: #6D6D6D. Windows color (decimal): -11176064 or 8419157. OLE color: 8419157.

HSL color Cylindrical-coordinate representation of color #557780: hue angle of 192.56º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557780 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 119 128 -
CMYK 0.34 0.07 0 0.50
HSL 192.56º 0.2% 0.42% -
HSV(B) 192.56º 0.34% 0.5% -
XYZ 14.24 16.68 22.89 -
YUV 109.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 85 119 128 0.34 0.07 0 0.50 192.56 0.2 0.42
Hex 55 77 80 22 7 0 32 C1 14 2A
Octal 125 167 200 42 7 0 62 301 24 52
Binary 1010101 1110111 10000000 100010 111 0 110010 11000001 10100 101010

Color Harmonies of #557780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557780

Black with #557780

Text Example


Text Example

White with #557780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557780; }

 p { color: rgb(85,119,128); }

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

background-color css

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

 a { background-color: rgb(85,119,128); }

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

border-color css

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

 span { border-color: rgb(85,119,128); }

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