Html Css Color HEX #557681 Blue Bayoux

📋 copy color: '#557681'

red 85 ◦ green 118 ◦ blue 129

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

Shades of Blue Bayoux #557681

Tints of Blue Bayoux #557681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 25.6%
G = 35.54%
B = 38.86%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557681 (or 0x557681) is known color: Blue Bayoux. HEX triplet: 55, 76 and 81. RGB value is (85,118,129). Sum of RGB (Red+Green+Blue) = 85+118+129=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #557681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557681 is #AA897E. Grayscale: #6D6D6D. Windows color (decimal): -11176319 or 8484437. OLE color: 8484437.

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

Color convert

RGB 85 118 129 -
CMYK 0.34 0.09 0 0.49
HSL 195º 0.21% 0.42% -
HSV(B) 195º 0.34% 0.51% -
XYZ 14.19 16.47 23.2 -
YUV 109.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 85 118 129 0.34 0.09 0 0.49 195 0.21 0.42
Hex 55 76 81 22 9 0 31 C3 15 2A
Octal 125 166 201 42 11 0 61 303 25 52
Binary 1010101 1110110 10000001 100010 1001 0 110001 11000011 10101 101010

Color Harmonies of #557681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557681

Black with #557681

Text Example


Text Example

White with #557681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557681; }

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

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

background-color css

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

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

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

border-color css

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

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

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