Html Css Color HEX #586A6C River Bed

📋 copy color: '#586A6C'

red 88 ◦ green 106 ◦ blue 108

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

Shades of River Bed #586A6C

Tints of River Bed #586A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 29.14%
G = 35.1%
B = 35.76%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#586A6C (or 0x586A6C) is known color: River Bed. HEX triplet: 58, 6A and 6C. RGB value is (88,106,108). Sum of RGB (Red+Green+Blue) = 88+106+108=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: blue. Hex color #586A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A6C is #A79593. Grayscale: #646464. Windows color (decimal): -10982804 or 7105112. OLE color: 7105112.

HSL color Cylindrical-coordinate representation of color #586A6C: hue angle of 186º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586A6C is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 106 108 -
CMYK 0.19 0.02 0 0.58
HSL 186º 0.1% 0.38% -
HSV(B) 186º 0.19% 0.42% -
XYZ 11.89 13.47 16.16 -
YUV 100.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 88 106 108 0.19 0.02 0 0.58 186 0.1 0.38
Hex 58 6A 6C 13 2 0 3A BA A 26
Octal 130 152 154 23 2 0 72 272 12 46
Binary 1011000 1101010 1101100 10011 10 0 111010 10111010 1010 100110

Color Harmonies of #586A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A6C

Black with #586A6C

Text Example


Text Example

White with #586A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A6C; }

 p { color: rgb(88,106,108); }

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

background-color css

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

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

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

border-color css

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

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

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