Html Css Color HEX #596266 Fiord

📋 copy color: '#596266'

red 89 ◦ green 98 ◦ blue 102

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

Shades of Fiord #596266

Tints of Fiord #596266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 30.8%
G = 33.91%
B = 35.29%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#596266 (or 0x596266) is known color: Fiord. HEX triplet: 59, 62 and 66. RGB value is (89,98,102). Sum of RGB (Red+Green+Blue) = 89+98+102=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #596266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596266 is #A69D99. Grayscale: #5F5F5F. Windows color (decimal): -10919322 or 6709849. OLE color: 6709849.

HSL color Cylindrical-coordinate representation of color #596266: hue angle of 198.46º 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 #596266 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 98 102 -
CMYK 0.13 0.04 0 0.6
HSL 198.46º 0.07% 0.37% -
HSV(B) 198.46º 0.13% 0.4% -
XYZ 10.89 11.82 14.28 -
YUV 95.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 89 98 102 0.13 0.04 0 0.6 198.46 0.07 0.37
Hex 59 62 66 D 4 0 3C C6 7 25
Octal 131 142 146 15 4 0 74 306 7 45
Binary 1011001 1100010 1100110 1101 100 0 111100 11000110 111 100101

Color Harmonies of #596266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596266

Black with #596266

Text Example


Text Example

White with #596266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596266; }

 p { color: rgb(89,98,102); }

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

background-color css

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

 a { background-color: rgb(89,98,102); }

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

border-color css

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

 span { border-color: rgb(89,98,102); }

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