Html Css Color HEX #557481 Blue Bayoux

📋 copy color: '#557481'

red 85 ◦ green 116 ◦ blue 129

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

Shades of Blue Bayoux #557481

Tints of Blue Bayoux #557481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 25.76%
G = 35.15%
B = 39.09%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557481 (or 0x557481) is known color: Blue Bayoux. HEX triplet: 55, 74 and 81. RGB value is (85,116,129). Sum of RGB (Red+Green+Blue) = 85+116+129=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #557481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557481 is #AA8B7E. Grayscale: #6C6C6C. Windows color (decimal): -11176831 or 8483925. OLE color: 8483925.

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

Color convert

RGB 85 116 129 -
CMYK 0.34 0.10 0 0.49
HSL 197.73º 0.21% 0.42% -
HSV(B) 197.73º 0.34% 0.51% -
XYZ 13.95 16.01 23.12 -
YUV 108.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 85 116 129 0.34 0.10 0 0.49 197.73 0.21 0.42
Hex 55 74 81 22 A 0 31 C6 15 2A
Octal 125 164 201 42 12 0 61 306 25 52
Binary 1010101 1110100 10000001 100010 1010 0 110001 11000110 10101 101010

Color Harmonies of #557481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557481

Black with #557481

Text Example


Text Example

White with #557481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557481; }

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

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

background-color css

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

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

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

border-color css

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

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

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