#525D60

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

Shades of River Bed #525D60

Tints of River Bed #525D60

Color information

#525D60 (or 0x525D60) is unknown color: approx River Bed. HEX triplet: 52, 5D and 60. RGB value is (82,93,96). Sum of RGB (Red+Green+Blue) = 82+93+96=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #525D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D60 is #ADA29F. Grayscale: #5A5A5A. Windows color (decimal): -11379360 or 6315346. OLE color: 6315346.

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

Color convert

RGB829396-
CMYK0.150.0300.62
HSL192.86º7.87%34.9%-
HSV(B)192.86º14.58%37.65%-
XYZ9.5110.4712.59-
YUV90.05131.36122.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.26%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=30.26%
G=34.32%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8293960.150.0300.62192.867.8734.9
Hex525D60F303Ec1823
Octal1221351401730763011043
Binary1010010101110111000001111110111110110000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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