Html Css Color HEX #586060 River Bed

📋 copy color: '#586060'

red 88 ◦ green 96 ◦ blue 96

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

Shades of River Bed #586060

Tints of River Bed #586060

RGB

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

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

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

R = 31.43%
G = 34.29%
B = 34.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#586060 (or 0x586060) is known color: River Bed. HEX triplet: 58, 60 and 60. RGB value is (88,96,96). Sum of RGB (Red+Green+Blue) = 88+96+96=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #586060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586060 is #A79F9F. Grayscale: #5D5D5D. Windows color (decimal): -10985376 or 6316120. OLE color: 6316120.

HSL color Cylindrical-coordinate representation of color #586060: hue angle of 180º 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 #586060 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 96 -
CMYK 0.08 0 0 0.62
HSL 180º 0.04% 0.36% -
HSV(B) 180º 0.08% 0.38% -
XYZ 10.32 11.28 12.7 -
YUV 93.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 88 96 96 0.08 0 0 0.62 180 0.04 0.36
Hex 58 60 60 8 0 0 3E B4 4 24
Octal 130 140 140 10 0 0 76 264 4 44
Binary 1011000 1100000 1100000 1000 0 0 111110 10110100 100 100100

Color Harmonies of #586060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586060

Black with #586060

Text Example


Text Example

White with #586060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586060; }

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

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

background-color css

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

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

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

border-color css

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

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

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