Html Css Color HEX #585D61 Fiord

📋 copy color: '#585D61'

red 88 ◦ green 93 ◦ blue 97

#585D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #585D61

Tints of Fiord #585D61

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 31.65%
G = 33.45%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585D61 (or 0x585D61) is known color: Fiord. HEX triplet: 58, 5D and 61. RGB value is (88,93,97). Sum of RGB (Red+Green+Blue) = 88+93+97=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #585D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D61 is #A7A29E. Grayscale: #5B5B5B. Windows color (decimal): -10986143 or 6380888. OLE color: 6380888.

HSL color Cylindrical-coordinate representation of color #585D61: hue angle of 206.67º 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 #585D61 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 93 97 -
CMYK 0.09 0.04 0 0.62
HSL 206.67º 0.05% 0.36% -
HSV(B) 206.67º 0.09% 0.38% -
XYZ 10.1 10.77 12.86 -
YUV 91.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 88 93 97 0.09 0.04 0 0.62 206.67 0.05 0.36
Hex 58 5D 61 9 4 0 3E CF 5 24
Octal 130 135 141 11 4 0 76 317 5 44
Binary 1011000 1011101 1100001 1001 100 0 111110 11001111 101 100100

Color Harmonies of #585D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D61

Black with #585D61

Text Example


Text Example

White with #585D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #585D61;
 }
 .AnyTagClassName
 {
   color: #585D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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