#525F62

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

Shades of River Bed #525F62

Tints of River Bed #525F62

Color information

#525F62 (or 0x525F62) is unknown color: approx River Bed. HEX triplet: 52, 5F and 62. RGB value is (82,95,98). Sum of RGB (Red+Green+Blue) = 82+95+98=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #525F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525F62 is #ADA09D. Grayscale: #5B5B5B. Windows color (decimal): -11378846 or 6446930. OLE color: 6446930.

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

Color convert

RGB829598-
CMYK0.160.0300.62
HSL191.25º8.89%35.29%-
HSV(B)191.25º16.33%38.43%-
XYZ9.7810.8613.14-
YUV91.45131.69121.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=29.82%
G=34.55%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8295980.160.0300.62191.258.8935.29
Hex525F6210303Ebf923
Octal1221371422030762771143
Binary10100101011111110001010000110111110101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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