Html Css Color HEX #585E62 Fiord

📋 copy color: '#585E62'

red 88 ◦ green 94 ◦ blue 98

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

Shades of Fiord #585E62

Tints of Fiord #585E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 31.43%
G = 33.57%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585E62 (or 0x585E62) is known color: Fiord. HEX triplet: 58, 5E and 62. RGB value is (88,94,98). Sum of RGB (Red+Green+Blue) = 88+94+98=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #585E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E62 is #A7A19D. Grayscale: #5C5C5C. Windows color (decimal): -10985886 or 6446680. OLE color: 6446680.

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

Color convert

RGB 88 94 98 -
CMYK 0.10 0.04 0 0.62
HSL 204º 0.05% 0.36% -
HSV(B) 204º 0.1% 0.38% -
XYZ 10.23 10.96 13.13 -
YUV 92.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 88 94 98 0.10 0.04 0 0.62 204 0.05 0.36
Hex 58 5E 62 A 4 0 3E CC 5 24
Octal 130 136 142 12 4 0 76 314 5 44
Binary 1011000 1011110 1100010 1010 100 0 111110 11001100 101 100100

Color Harmonies of #585E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E62

Black with #585E62

Text Example


Text Example

White with #585E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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