#526162

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

Shades of River Bed #526162

Tints of River Bed #526162

Color information

#526162 (or 0x526162) is unknown color: approx River Bed. HEX triplet: 52, 61 and 62. RGB value is (82,97,98). Sum of RGB (Red+Green+Blue) = 82+97+98=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #526162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526162 is #AD9E9D. Grayscale: #5C5C5C. Windows color (decimal): -11378334 or 6447442. OLE color: 6447442.

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

Color convert

RGB829798-
CMYK0.160.0100.62
HSL183.75º8.89%35.29%-
HSV(B)183.75º16.33%38.43%-
XYZ9.9611.2313.2-
YUV92.63131.03120.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=29.60%
G=35.02%
B=35.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297980.160.0100.62183.758.8935.29
Hex52616210103Eb8923
Octal1221411422010762701143
Binary1010010110000111000101000010111110101110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526162; }

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

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

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

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

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

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

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

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