#526161

Color #526161 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #526161

Tints of River Bed #526161

Color information

#526161 (or 0x526161) is unknown color: approx River Bed. HEX triplet: 52, 61 and 61. RGB value is (82,97,97). Sum of RGB (Red+Green+Blue) = 82+97+97=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #526161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526161 is #AD9E9E. Grayscale: #5C5C5C. Windows color (decimal): -11378335 or 6381906. OLE color: 6381906.

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

Color convert

RGB829797-
CMYK0.15000.62
HSL180º8.38%35.1%-
HSV(B)180º15.46%38.04%-
XYZ9.9111.2112.95-
YUV92.51130.53120.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=29.71%
G=35.14%
B=35.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297970.15000.621808.3835.1
Hex526161F003Eb4823
Octal1221411411700762641043
Binary101001011000011100001111100111110101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526161; }

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

 H1.HeaderClassName
 {
   color: #526161;
 }
 .AnyTagClassName
 {
   color: #526161;
 }
</style>
background-color css

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

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

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

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

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

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