Html Css Color HEX #595F60 River Bed

📋 copy color: '#595F60'

red 89 ◦ green 95 ◦ blue 96

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

Shades of River Bed #595F60

Tints of River Bed #595F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 31.79%
G = 33.93%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#595F60 (or 0x595F60) is known color: River Bed. HEX triplet: 59, 5F and 60. RGB value is (89,95,96). Sum of RGB (Red+Green+Blue) = 89+95+96=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: blue. Hex color #595F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F60 is #A6A09F. Grayscale: #5D5D5D. Windows color (decimal): -10920096 or 6315865. OLE color: 6315865.

HSL color Cylindrical-coordinate representation of color #595F60: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595F60 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 95 96 -
CMYK 0.07 0.01 0 0.62
HSL 188.57º 0.04% 0.36% -
HSV(B) 188.57º 0.07% 0.38% -
XYZ 10.32 11.15 12.67 -
YUV 93.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 89 95 96 0.07 0.01 0 0.62 188.57 0.04 0.36
Hex 59 5F 60 7 1 0 3E BD 4 24
Octal 131 137 140 7 1 0 76 275 4 44
Binary 1011001 1011111 1100000 111 1 0 111110 10111101 100 100100

Color Harmonies of #595F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F60

Black with #595F60

Text Example


Text Example

White with #595F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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