Html Css Color HEX #557981 Blue Bayoux

📋 copy color: '#557981'

red 85 ◦ green 121 ◦ blue 129

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

Shades of Blue Bayoux #557981

Tints of Blue Bayoux #557981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 25.37%
G = 36.12%
B = 38.51%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557981 (or 0x557981) is known color: Blue Bayoux. HEX triplet: 55, 79 and 81. RGB value is (85,121,129). Sum of RGB (Red+Green+Blue) = 85+121+129=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #557981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557981 is #AA867E. Grayscale: #6F6F6F. Windows color (decimal): -11175551 or 8485205. OLE color: 8485205.

HSL color Cylindrical-coordinate representation of color #557981: hue angle of 190.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557981 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 121 129 -
CMYK 0.34 0.06 0 0.49
HSL 190.91º 0.21% 0.42% -
HSV(B) 190.91º 0.34% 0.51% -
XYZ 14.55 17.19 23.32 -
YUV 111.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 85 121 129 0.34 0.06 0 0.49 190.91 0.21 0.42
Hex 55 79 81 22 6 0 31 BF 15 2A
Octal 125 171 201 42 6 0 61 277 25 52
Binary 1010101 1111001 10000001 100010 110 0 110001 10111111 10101 101010

Color Harmonies of #557981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557981

Black with #557981

Text Example


Text Example

White with #557981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557981; }

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

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

background-color css

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

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

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

border-color css

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

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

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