#585D60

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

Shades of Fiord #585D60

Tints of Fiord #585D60

Color information

#585D60 (or 0x585D60) is unknown color: approx Fiord. HEX triplet: 58, 5D and 60. RGB value is (88,93,96). Sum of RGB (Red+Green+Blue) = 88+93+96=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 96 - color contains mainly: blue. Hex color #585D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D60 is #A7A29F. Grayscale: #5B5B5B. Windows color (decimal): -10986144 or 6315352. OLE color: 6315352.

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

Color convert

RGB889396-
CMYK0.080.0300.62
HSL202.5º4.35%36.08%-
HSV(B)202.5º8.33%37.65%-
XYZ10.0510.7512.61-
YUV91.85130.34125.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=31.77%
G=33.57%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8893960.080.0300.62202.54.3536.08
Hex585D608303Eca424
Octal130135140103076312444
Binary101100010111011100000100011011111011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,96); }

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

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

 a { background-color: rgb(88,93,96); }

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

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

 span { border-color: rgb(88,93,96); }

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