#525B5C

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

Shades of River Bed #525B5C

Tints of River Bed #525B5C

Color information

#525B5C (or 0x525B5C) is unknown color: approx River Bed. HEX triplet: 52, 5B and 5C. RGB value is (82,91,92). Sum of RGB (Red+Green+Blue) = 82+91+92=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #525B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B5C is #ADA4A3. Grayscale: #585858. Windows color (decimal): -11379876 or 6052690. OLE color: 6052690.

HSL color Cylindrical-coordinate representation of color #525B5C: hue angle of 186º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #525B5C is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB829192-
CMYK0.110.0100.64
HSL186º5.75%34.12%-
HSV(B)186º10.87%36.08%-
XYZ9.1510.0511.58-
YUV88.42130.02123.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 91 (35.94% from 255) = 34.34%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=30.94%
G=34.34%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8291920.110.0100.641865.7534.12
Hex525B5CB1040ba622
Octal1221331341310100272642
Binary101001010110111011100101110100000010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525B5C; }

 p { color: rgb(82,91,92); }

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

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

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

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

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

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

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