#566262

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

Shades of River Bed #566262

Tints of River Bed #566262

Color information

#566262 (or 0x566262) is unknown color: approx River Bed. HEX triplet: 56, 62 and 62. RGB value is (86,98,98). Sum of RGB (Red+Green+Blue) = 86+98+98=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #566262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566262 is #A99D9D. Grayscale: #5E5E5E. Windows color (decimal): -11115934 or 6447702. OLE color: 6447702.

HSL color Cylindrical-coordinate representation of color #566262: hue angle of 180º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #566262 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869898-
CMYK0.12000.62
HSL180º6.52%36.08%-
HSV(B)180º12.24%38.43%-
XYZ10.4111.613.24-
YUV94.41130.02122-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=30.50%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698980.12000.621806.5236.08
Hex566262C003Eb4724
Octal126142142140076264744
Binary10101101100010110001011000011111010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566262; }

 p { color: rgb(86,98,98); }

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

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

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

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

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

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

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