#577379

Color #577379 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #577379

Tints of Blue Bayoux #577379

Color information

#577379 (or 0x577379) is unknown color: approx Blue Bayoux. HEX triplet: 57, 73 and 79. RGB value is (87,115,121). Sum of RGB (Red+Green+Blue) = 87+115+121=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #577379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577379 is #A88C86. Grayscale: #6B6B6B. Windows color (decimal): -11046023 or 7959383. OLE color: 7959383.

HSL color Cylindrical-coordinate representation of color #577379: hue angle of 190.59º 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 #577379 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87115121-
CMYK0.280.0500.53
HSL190.59º16.35%40.78%-
HSV(B)190.59º28.1%47.45%-
XYZ13.5115.6720.4-
YUV107.31135.72113.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=26.93%
G=35.60%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871151210.280.0500.53190.5916.3540.78
Hex5773791C5035bf1029
Octal1271631713450652772051
Binary1010111111001111110011110010101101011011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577379; }

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

 H1.HeaderClassName
 {
   color: #577379;
 }
 .AnyTagClassName
 {
   color: #577379;
 }
</style>
background-color css

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

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

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

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

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

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