#526768

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

Shades of River Bed #526768

Tints of River Bed #526768

Color information

#526768 (or 0x526768) is unknown color: approx River Bed. HEX triplet: 52, 67 and 68. RGB value is (82,103,104). Sum of RGB (Red+Green+Blue) = 82+103+104=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #526768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526768 is #AD9897. Grayscale: #606060. Windows color (decimal): -11376792 or 6842194. OLE color: 6842194.

HSL color Cylindrical-coordinate representation of color #526768: hue angle of 182.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526768 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB82103104-
CMYK0.210.0100.59
HSL182.73º11.83%36.47%-
HSV(B)182.73º21.15%40.78%-
XYZ10.8312.4914.94-
YUV96.84132.04117.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=28.37%
G=35.64%
B=35.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal821031040.210.0100.59182.7311.8336.47
Hex52676815103Bb7c24
Octal1221471502510732671444
Binary1010010110011111010001010110111011101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526768; }

 p { color: rgb(82,103,104); }

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

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

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

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

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

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

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