Html Css Color HEX #58696B River Bed

📋 copy color: '#58696B'

red 88 ◦ green 105 ◦ blue 107

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

Shades of River Bed #58696B

Tints of River Bed #58696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 29.33%
G = 35%
B = 35.67%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58696B (or 0x58696B) is known color: River Bed. HEX triplet: 58, 69 and 6B. RGB value is (88,105,107). Sum of RGB (Red+Green+Blue) = 88+105+107=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #58696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58696B is #A79694. Grayscale: #646464. Windows color (decimal): -10983061 or 7039320. OLE color: 7039320.

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

Color convert

RGB 88 105 107 -
CMYK 0.18 0.02 0 0.58
HSL 186.32º 0.1% 0.38% -
HSV(B) 186.32º 0.18% 0.42% -
XYZ 11.73 13.24 15.85 -
YUV 100.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 88 105 107 0.18 0.02 0 0.58 186.32 0.1 0.38
Hex 58 69 6B 12 2 0 3A BA A 26
Octal 130 151 153 22 2 0 72 272 12 46
Binary 1011000 1101001 1101011 10010 10 0 111010 10111010 1010 100110

Color Harmonies of #58696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58696B

Black with #58696B

Text Example


Text Example

White with #58696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58696B; }

 p { color: rgb(88,105,107); }

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

background-color css

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

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

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

border-color css

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

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

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