Html Css Color HEX #577479 Blue Bayoux

📋 copy color: '#577479'

red 87 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #577479

Tints of Blue Bayoux #577479

RGB

 RED value IS 87 (34.38% from 255) = 26.85%

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 26.85%
G = 35.8%
B = 37.35%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#577479 (or 0x577479) is known color: Blue Bayoux. HEX triplet: 57, 74 and 79. RGB value is (87,116,121). Sum of RGB (Red+Green+Blue) = 87+116+121=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #577479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577479 is #A88B86. Grayscale: #6B6B6B. Windows color (decimal): -11045767 or 7959639. OLE color: 7959639.

HSL color Cylindrical-coordinate representation of color #577479: hue angle of 188.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577479 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 116 121 -
CMYK 0.28 0.04 0 0.53
HSL 188.82º 0.16% 0.41% -
HSV(B) 188.82º 0.28% 0.47% -
XYZ 13.63 15.9 20.44 -
YUV 107.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 87 116 121 0.28 0.04 0 0.53 188.82 0.16 0.41
Hex 57 74 79 1C 4 0 35 BD 10 29
Octal 127 164 171 34 4 0 65 275 20 51
Binary 1010111 1110100 1111001 11100 100 0 110101 10111101 10000 101001

Color Harmonies of #577479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577479

Black with #577479

Text Example


Text Example

White with #577479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577479; }

 p { color: rgb(87,116,121); }

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

background-color css

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

 a { background-color: rgb(87,116,121); }

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

border-color css

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

 span { border-color: rgb(87,116,121); }

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