#585E61

Color #585E61 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #585E61

Tints of Fiord #585E61

Color information

#585E61 (or 0x585E61) is unknown color: approx Fiord. HEX triplet: 58, 5E and 61. RGB value is (88,94,97). Sum of RGB (Red+Green+Blue) = 88+94+97=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 97 - color contains mainly: blue. Hex color #585E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E61 is #A7A19E. Grayscale: #5C5C5C. Windows color (decimal): -10985887 or 6381144. OLE color: 6381144.

HSL color Cylindrical-coordinate representation of color #585E61: hue angle of 200º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585E61 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB889497-
CMYK0.090.0300.62
HSL200º4.86%36.27%-
HSV(B)200º9.28%38.04%-
XYZ10.1810.9412.88-
YUV92.55130.51124.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=31.54%
G=33.69%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8894970.090.0300.622004.8636.27
Hex585E619303Ec8524
Octal130136141113076310544
Binary101100010111101100001100111011111011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E61; }

 p { color: rgb(88,94,97); }

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

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

 a { background-color: rgb(88,94,97); }

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

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

 span { border-color: rgb(88,94,97); }

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