Html Css Color HEX #585B5D Fiord

📋 copy color: '#585B5D'

red 88 ◦ green 91 ◦ blue 93

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

Shades of Fiord #585B5D

Tints of Fiord #585B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 32.35%
G = 33.46%
B = 34.19%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#585B5D (or 0x585B5D) is known color: Fiord. HEX triplet: 58, 5B and 5D. RGB value is (88,91,93). Sum of RGB (Red+Green+Blue) = 88+91+93=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 93 - color contains mainly: blue. Hex color #585B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B5D is #A7A4A2. Grayscale: #5A5A5A. Windows color (decimal): -10986659 or 6118232. OLE color: 6118232.

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

Color convert

RGB 88 91 93 -
CMYK 0.05 0.02 0 0.64
HSL 204º 0.03% 0.35% -
HSV(B) 204º 0.05% 0.36% -
XYZ 9.74 10.35 11.84 -
YUV 90.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 88 91 93 0.05 0.02 0 0.64 204 0.03 0.35
Hex 58 5B 5D 5 2 0 40 CC 3 23
Octal 130 133 135 5 2 0 100 314 3 43
Binary 1011000 1011011 1011101 101 10 0 1000000 11001100 11 100011

Color Harmonies of #585B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B5D

Black with #585B5D

Text Example


Text Example

White with #585B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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