Html Css Color HEX #557986 Blue Bayoux

📋 copy color: '#557986'

red 85 ◦ green 121 ◦ blue 134

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

Shades of Blue Bayoux #557986

Tints of Blue Bayoux #557986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 25%
G = 35.59%
B = 39.41%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#557986 (or 0x557986) is known color: Blue Bayoux. HEX triplet: 55, 79 and 86. RGB value is (85,121,134). Sum of RGB (Red+Green+Blue) = 85+121+134=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #557986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557986 is #AA8679. Grayscale: #6F6F6F. Windows color (decimal): -11175546 or 8812885. OLE color: 8812885.

HSL color Cylindrical-coordinate representation of color #557986: hue angle of 195.92º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557986 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 121 134 -
CMYK 0.37 0.10 0 0.47
HSL 195.92º 0.22% 0.43% -
HSV(B) 195.92º 0.37% 0.53% -
XYZ 14.89 17.33 25.11 -
YUV 111.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 85 121 134 0.37 0.10 0 0.47 195.92 0.22 0.43
Hex 55 79 86 25 A 0 2F C4 16 2B
Octal 125 171 206 45 12 0 57 304 26 53
Binary 1010101 1111001 10000110 100101 1010 0 101111 11000100 10110 101011

Color Harmonies of #557986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557986

Black with #557986

Text Example


Text Example

White with #557986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557986; }

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

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

background-color css

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

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

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

border-color css

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

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

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