#587585

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

Shades of Blue Bayoux #587585

Tints of Blue Bayoux #587585

Color information

#587585 (or 0x587585) is unknown color: approx Blue Bayoux. HEX triplet: 58, 75 and 85. RGB value is (88,117,133). Sum of RGB (Red+Green+Blue) = 88+117+133=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #587585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587585 is #A78A7A. Grayscale: #6E6E6E. Windows color (decimal): -10979963 or 8746328. OLE color: 8746328.

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

Color convert

RGB88117133-
CMYK0.340.1200.48
HSL201.33º20.36%43.33%-
HSV(B)201.33º33.83%52.16%-
XYZ14.6216.4924.6-
YUV110.15140.89112.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=26.04%
G=34.62%
B=39.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881171330.340.1200.48201.3320.3643.33
Hex58758522C030c9142b
Octal13016520542140603112453
Binary1011000111010110000101100010110001100001100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587585; }

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

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

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

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

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

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

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

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