Html Css Color HEX #526261 River Bed

📋 copy color: '#526261'

red 82 ◦ green 98 ◦ blue 97

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

Shades of River Bed #526261

Tints of River Bed #526261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 29.6%
G = 35.38%
B = 35.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#526261 (or 0x526261) is known color: River Bed. HEX triplet: 52, 62 and 61. RGB value is (82,98,97). Sum of RGB (Red+Green+Blue) = 82+98+97=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #526261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526261 is #AD9D9E. Grayscale: #5D5D5D. Windows color (decimal): -11378079 or 6382162. OLE color: 6382162.

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

Color convert

RGB 82 98 97 -
CMYK 0.16 0 0.01 0.62
HSL 176.25º 0.09% 0.35% -
HSV(B) 176.25º 0.16% 0.38% -
XYZ 10.01 11.39 12.98 -
YUV 93.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 82 98 97 0.16 0 0.01 0.62 176.25 0.09 0.35
Hex 52 62 61 10 0 1 3E B0 9 23
Octal 122 142 141 20 0 1 76 260 11 43
Binary 1010010 1100010 1100001 10000 0 1 111110 10110000 1001 100011

Color Harmonies of #526261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526261

Black with #526261

Text Example


Text Example

White with #526261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526261; }

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

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

background-color css

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

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

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

border-color css

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

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

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