Html Css Color HEX #526361 River Bed

📋 copy color: '#526361'

red 82 ◦ green 99 ◦ blue 97

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

Shades of River Bed #526361

Tints of River Bed #526361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 29.5%
G = 35.61%
B = 34.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#526361 (or 0x526361) is known color: River Bed. HEX triplet: 52, 63 and 61. RGB value is (82,99,97). Sum of RGB (Red+Green+Blue) = 82+99+97=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #526361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526361 is #AD9C9E. Grayscale: #5D5D5D. Windows color (decimal): -11377823 or 6382418. OLE color: 6382418.

HSL color Cylindrical-coordinate representation of color #526361: hue angle of 172.94º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526361 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 97 -
CMYK 0.17 0 0.02 0.61
HSL 172.94º 0.09% 0.35% -
HSV(B) 172.94º 0.17% 0.39% -
XYZ 10.1 11.58 13.01 -
YUV 93.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 82 99 97 0.17 0 0.02 0.61 172.94 0.09 0.35
Hex 52 63 61 11 0 2 3D AD 9 23
Octal 122 143 141 21 0 2 75 255 11 43
Binary 1010010 1100011 1100001 10001 0 10 111101 10101101 1001 100011

Color Harmonies of #526361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526361

Black with #526361

Text Example


Text Example

White with #526361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526361; }

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

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

background-color css

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

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

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

border-color css

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

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

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