Html Css Color HEX #596064 Fiord

📋 copy color: '#596064'

red 89 ◦ green 96 ◦ blue 100

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

Shades of Fiord #596064

Tints of Fiord #596064

RGB

 RED value IS 89 (35.16% from 255) = 31.23%

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

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 31.23%
G = 33.68%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#596064 (or 0x596064) is known color: Fiord. HEX triplet: 59, 60 and 64. RGB value is (89,96,100). Sum of RGB (Red+Green+Blue) = 89+96+100=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: blue. Hex color #596064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596064 is #A69F9B. Grayscale: #5E5E5E. Windows color (decimal): -10919836 or 6578265. OLE color: 6578265.

HSL color Cylindrical-coordinate representation of color #596064: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #596064 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 96 100 -
CMYK 0.11 0.04 0 0.61
HSL 201.82º 0.06% 0.37% -
HSV(B) 201.82º 0.11% 0.39% -
XYZ 10.6 11.41 13.7 -
YUV 94.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 89 96 100 0.11 0.04 0 0.61 201.82 0.06 0.37
Hex 59 60 64 B 4 0 3D CA 6 25
Octal 131 140 144 13 4 0 75 312 6 45
Binary 1011001 1100000 1100100 1011 100 0 111101 11001010 110 100101

Color Harmonies of #596064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596064

Black with #596064

Text Example


Text Example

White with #596064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596064; }

 p { color: rgb(89,96,100); }

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

background-color css

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

 a { background-color: rgb(89,96,100); }

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

border-color css

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

 span { border-color: rgb(89,96,100); }

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