Html Css Color HEX #557479 Blue Bayoux

📋 copy color: '#557479'

red 85 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #557479

Tints of Blue Bayoux #557479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 26.4%
G = 36.02%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557479 (or 0x557479) is known color: Blue Bayoux. HEX triplet: 55, 74 and 79. RGB value is (85,116,121). Sum of RGB (Red+Green+Blue) = 85+116+121=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #557479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557479 is #AA8B86. Grayscale: #6B6B6B. Windows color (decimal): -11176839 or 7959637. OLE color: 7959637.

HSL color Cylindrical-coordinate representation of color #557479: hue angle of 188.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557479 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 116 121 -
CMYK 0.30 0.04 0 0.53
HSL 188.33º 0.17% 0.4% -
HSV(B) 188.33º 0.3% 0.47% -
XYZ 13.44 15.8 20.43 -
YUV 107.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 85 116 121 0.30 0.04 0 0.53 188.33 0.17 0.4
Hex 55 74 79 1E 4 0 35 BC 11 28
Octal 125 164 171 36 4 0 65 274 21 50
Binary 1010101 1110100 1111001 11110 100 0 110101 10111100 10001 101000

Color Harmonies of #557479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557479

Black with #557479

Text Example


Text Example

White with #557479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557479; }

 p { color: rgb(85,116,121); }

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

background-color css

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

 a { background-color: rgb(85,116,121); }

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

border-color css

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

 span { border-color: rgb(85,116,121); }

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