Html Css Color HEX #526160 River Bed

📋 copy color: '#526160'

red 82 ◦ green 97 ◦ blue 96

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

Shades of River Bed #526160

Tints of River Bed #526160

RGB

 RED value IS 82 (32.42% from 255) = 29.82%

 GREEN value IS 97 (38.28% from 255) = 35.27%

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

R = 29.82%
G = 35.27%
B = 34.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#526160 (or 0x526160) is known color: River Bed. HEX triplet: 52, 61 and 60. RGB value is (82,97,96). Sum of RGB (Red+Green+Blue) = 82+97+96=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #526160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526160 is #AD9E9F. Grayscale: #5C5C5C. Windows color (decimal): -11378336 or 6316370. OLE color: 6316370.

HSL color Cylindrical-coordinate representation of color #526160: hue angle of 176º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526160 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 96 -
CMYK 0.15 0 0.01 0.62
HSL 176º 0.08% 0.35% -
HSV(B) 176º 0.15% 0.38% -
XYZ 9.87 11.19 12.71 -
YUV 92.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 82 97 96 0.15 0 0.01 0.62 176 0.08 0.35
Hex 52 61 60 F 0 1 3E B0 8 23
Octal 122 141 140 17 0 1 76 260 10 43
Binary 1010010 1100001 1100000 1111 0 1 111110 10110000 1000 100011

Color Harmonies of #526160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526160

Black with #526160

Text Example


Text Example

White with #526160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526160; }

 p { color: rgb(82,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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