Html Css Color HEX #596165 Fiord

📋 copy color: '#596165'

red 89 ◦ green 97 ◦ blue 101

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

Shades of Fiord #596165

Tints of Fiord #596165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 31.01%
G = 33.8%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#596165 (or 0x596165) is known color: Fiord. HEX triplet: 59, 61 and 65. RGB value is (89,97,101). Sum of RGB (Red+Green+Blue) = 89+97+101=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #596165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596165 is #A69E9A. Grayscale: #5F5F5F. Windows color (decimal): -10919579 or 6644057. OLE color: 6644057.

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

Color convert

RGB 89 97 101 -
CMYK 0.12 0.04 0 0.60
HSL 200º 0.06% 0.37% -
HSV(B) 200º 0.12% 0.4% -
XYZ 10.74 11.61 13.99 -
YUV 95.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 89 97 101 0.12 0.04 0 0.60 200 0.06 0.37
Hex 59 61 65 C 4 0 3C C8 6 25
Octal 131 141 145 14 4 0 74 310 6 45
Binary 1011001 1100001 1100101 1100 100 0 111100 11001000 110 100101

Color Harmonies of #596165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596165

Black with #596165

Text Example


Text Example

White with #596165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596165; }

 p { color: rgb(89,97,101); }

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

background-color css

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

 a { background-color: rgb(89,97,101); }

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

border-color css

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

 span { border-color: rgb(89,97,101); }

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