Html Css Color HEX #557279 Blue Bayoux

📋 copy color: '#557279'

red 85 ◦ green 114 ◦ blue 121

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

Shades of Blue Bayoux #557279

Tints of Blue Bayoux #557279

RGB

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

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

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

R = 26.56%
G = 35.63%
B = 37.81%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#557279 (or 0x557279) is known color: Blue Bayoux. HEX triplet: 55, 72 and 79. RGB value is (85,114,121). Sum of RGB (Red+Green+Blue) = 85+114+121=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #557279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557279 is #AA8D86. Grayscale: #6A6A6A. Windows color (decimal): -11177351 or 7959125. OLE color: 7959125.

HSL color Cylindrical-coordinate representation of color #557279: hue angle of 191.67º 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 #557279 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 114 121 -
CMYK 0.30 0.06 0 0.53
HSL 191.67º 0.17% 0.4% -
HSV(B) 191.67º 0.3% 0.47% -
XYZ 13.21 15.35 20.35 -
YUV 106.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 85 114 121 0.30 0.06 0 0.53 191.67 0.17 0.4
Hex 55 72 79 1E 6 0 35 C0 11 28
Octal 125 162 171 36 6 0 65 300 21 50
Binary 1010101 1110010 1111001 11110 110 0 110101 11000000 10001 101000

Color Harmonies of #557279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557279

Black with #557279

Text Example


Text Example

White with #557279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557279; }

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

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

background-color css

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

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

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

border-color css

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

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

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