Html Css Color HEX #585E60 River Bed

📋 copy color: '#585E60'

red 88 ◦ green 94 ◦ blue 96

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

Shades of River Bed #585E60

Tints of River Bed #585E60

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

 GREEN value IS 94 (37.11% from 255) = 33.81%

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

R = 31.65%
G = 33.81%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#585E60 (or 0x585E60) is known color: River Bed. HEX triplet: 58, 5E and 60. RGB value is (88,94,96). Sum of RGB (Red+Green+Blue) = 88+94+96=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 96 - color contains mainly: blue. Hex color #585E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E60 is #A7A19F. Grayscale: #5C5C5C. Windows color (decimal): -10985888 or 6315608. OLE color: 6315608.

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

Color convert

RGB 88 94 96 -
CMYK 0.08 0.02 0 0.62
HSL 195º 0.04% 0.36% -
HSV(B) 195º 0.08% 0.38% -
XYZ 10.14 10.92 12.64 -
YUV 92.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 88 94 96 0.08 0.02 0 0.62 195 0.04 0.36
Hex 58 5E 60 8 2 0 3E C3 4 24
Octal 130 136 140 10 2 0 76 303 4 44
Binary 1011000 1011110 1100000 1000 10 0 111110 11000011 100 100100

Color Harmonies of #585E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E60

Black with #585E60

Text Example


Text Example

White with #585E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585E60; }

 p { color: rgb(88,94,96); }

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

background-color css

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

 a { background-color: rgb(88,94,96); }

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

border-color css

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

 span { border-color: rgb(88,94,96); }

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