Html Css Color HEX #596063 Fiord

📋 copy color: '#596063'

red 89 ◦ green 96 ◦ blue 99

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

Shades of Fiord #596063

Tints of Fiord #596063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 31.34%
G = 33.8%
B = 34.86%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#596063 (or 0x596063) is known color: Fiord. HEX triplet: 59, 60 and 63. RGB value is (89,96,99). Sum of RGB (Red+Green+Blue) = 89+96+99=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #596063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596063 is #A69F9C. Grayscale: #5E5E5E. Windows color (decimal): -10919837 or 6512729. OLE color: 6512729.

HSL color Cylindrical-coordinate representation of color #596063: hue angle of 198º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #596063 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 96 99 -
CMYK 0.10 0.03 0 0.61
HSL 198º 0.05% 0.37% -
HSV(B) 198º 0.1% 0.39% -
XYZ 10.55 11.39 13.45 -
YUV 94.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 89 96 99 0.10 0.03 0 0.61 198 0.05 0.37
Hex 59 60 63 A 3 0 3D C6 5 25
Octal 131 140 143 12 3 0 75 306 5 45
Binary 1011001 1100000 1100011 1010 11 0 111101 11000110 101 100101

Color Harmonies of #596063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596063

Black with #596063

Text Example


Text Example

White with #596063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596063; }

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

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

background-color css

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

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

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

border-color css

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

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

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