Html Css Color HEX #557781 Blue Bayoux

📋 copy color: '#557781'

red 85 ◦ green 119 ◦ blue 129

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

Shades of Blue Bayoux #557781

Tints of Blue Bayoux #557781

RGB

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

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

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

R = 25.53%
G = 35.74%
B = 38.74%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557781 (or 0x557781) is known color: Blue Bayoux. HEX triplet: 55, 77 and 81. RGB value is (85,119,129). Sum of RGB (Red+Green+Blue) = 85+119+129=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #557781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557781 is #AA887E. Grayscale: #6D6D6D. Windows color (decimal): -11176063 or 8484693. OLE color: 8484693.

HSL color Cylindrical-coordinate representation of color #557781: hue angle of 193.64º 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 #557781 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 119 129 -
CMYK 0.34 0.08 0 0.49
HSL 193.64º 0.21% 0.42% -
HSV(B) 193.64º 0.34% 0.51% -
XYZ 14.31 16.71 23.24 -
YUV 109.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 85 119 129 0.34 0.08 0 0.49 193.64 0.21 0.42
Hex 55 77 81 22 8 0 31 C2 15 2A
Octal 125 167 201 42 10 0 61 302 25 52
Binary 1010101 1110111 10000001 100010 1000 0 110001 11000010 10101 101010

Color Harmonies of #557781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557781

Black with #557781

Text Example


Text Example

White with #557781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557781; }

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

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

background-color css

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

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

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

border-color css

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

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

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