#577585

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

Shades of Blue Bayoux #577585

Tints of Blue Bayoux #577585

Color information

#577585 (or 0x577585) is unknown color: approx Blue Bayoux. HEX triplet: 57, 75 and 85. RGB value is (87,117,133). Sum of RGB (Red+Green+Blue) = 87+117+133=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #577585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577585 is #A88A7A. Grayscale: #6D6D6D. Windows color (decimal): -11045499 or 8746327. OLE color: 8746327.

HSL color Cylindrical-coordinate representation of color #577585: hue angle of 200.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577585 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87117133-
CMYK0.350.1200.48
HSL200.87º20.91%43.14%-
HSV(B)200.87º34.59%52.16%-
XYZ14.5316.4424.6-
YUV109.85141.06111.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=25.82%
G=34.72%
B=39.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871171330.350.1200.48200.8720.9143.14
Hex57758523C030c9152b
Octal12716520543140603112553
Binary1010111111010110000101100011110001100001100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577585; }

 p { color: rgb(87,117,133); }

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

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

 a { background-color: rgb(87,117,133); }

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

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

 span { border-color: rgb(87,117,133); }

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