Html Css Color HEX #526061 River Bed

📋 copy color: '#526061'

red 82 ◦ green 96 ◦ blue 97

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

Shades of River Bed #526061

Tints of River Bed #526061

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #526061: hue angle of 184º 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 #526061 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 97 -
CMYK 0.15 0.01 0 0.62
HSL 184º 0.08% 0.35% -
HSV(B) 184º 0.15% 0.38% -
XYZ 9.82 11.02 12.92 -
YUV 91.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 82 96 97 0.15 0.01 0 0.62 184 0.08 0.35
Hex 52 60 61 F 1 0 3E B8 8 23
Octal 122 140 141 17 1 0 76 270 10 43
Binary 1010010 1100000 1100001 1111 1 0 111110 10111000 1000 100011

Color Harmonies of #526061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526061

Black with #526061

Text Example


Text Example

White with #526061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526061; }

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

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

background-color css

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

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

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

border-color css

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

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

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