Html Css Color HEX #586065 Fiord

📋 copy color: '#586065'

red 88 ◦ green 96 ◦ blue 101

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

Shades of Fiord #586065

Tints of Fiord #586065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 30.88%
G = 33.68%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#586065 (or 0x586065) is known color: Fiord. HEX triplet: 58, 60 and 65. RGB value is (88,96,101). Sum of RGB (Red+Green+Blue) = 88+96+101=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #586065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586065 is #A79F9A. Grayscale: #5E5E5E. Windows color (decimal): -10985371 or 6643800. OLE color: 6643800.

HSL color Cylindrical-coordinate representation of color #586065: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586065 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 96 101 -
CMYK 0.13 0.05 0 0.60
HSL 203.08º 0.07% 0.37% -
HSV(B) 203.08º 0.13% 0.4% -
XYZ 10.56 11.38 13.95 -
YUV 94.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 88 96 101 0.13 0.05 0 0.60 203.08 0.07 0.37
Hex 58 60 65 D 5 0 3C CB 7 25
Octal 130 140 145 15 5 0 74 313 7 45
Binary 1011000 1100000 1100101 1101 101 0 111100 11001011 111 100101

Color Harmonies of #586065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586065

Black with #586065

Text Example


Text Example

White with #586065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586065; }

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

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

background-color css

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

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

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

border-color css

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

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

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