Html Css Color HEX #595F63 Fiord

📋 copy color: '#595F63'

red 89 ◦ green 95 ◦ blue 99

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

Shades of Fiord #595F63

Tints of Fiord #595F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

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

R = 31.45%
G = 33.57%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#595F63 (or 0x595F63) is known color: Fiord. HEX triplet: 59, 5F and 63. RGB value is (89,95,99). Sum of RGB (Red+Green+Blue) = 89+95+99=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: blue. Hex color #595F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F63 is #A6A09C. Grayscale: #5D5D5D. Windows color (decimal): -10920093 or 6512473. OLE color: 6512473.

HSL color Cylindrical-coordinate representation of color #595F63: hue angle of 204º 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 #595F63 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 95 99 -
CMYK 0.10 0.04 0 0.61
HSL 204º 0.05% 0.37% -
HSV(B) 204º 0.1% 0.39% -
XYZ 10.46 11.21 13.42 -
YUV 93.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 89 95 99 0.10 0.04 0 0.61 204 0.05 0.37
Hex 59 5F 63 A 4 0 3D CC 5 25
Octal 131 137 143 12 4 0 75 314 5 45
Binary 1011001 1011111 1100011 1010 100 0 111101 11001100 101 100101

Color Harmonies of #595F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F63

Black with #595F63

Text Example


Text Example

White with #595F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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