Html Css Color HEX #566260 River Bed

📋 copy color: '#566260'

red 86 ◦ green 98 ◦ blue 96

#566260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #566260

Tints of River Bed #566260

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 30.71%
G = 35%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#566260 (or 0x566260) is known color: River Bed. HEX triplet: 56, 62 and 60. RGB value is (86,98,96). Sum of RGB (Red+Green+Blue) = 86+98+96=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #566260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566260 is #A99D9F. Grayscale: #5E5E5E. Windows color (decimal): -11115936 or 6316630. OLE color: 6316630.

HSL color Cylindrical-coordinate representation of color #566260: hue angle of 170º 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 #566260 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 96 -
CMYK 0.12 0 0.02 0.62
HSL 170º 0.07% 0.36% -
HSV(B) 170º 0.12% 0.38% -
XYZ 10.32 11.56 12.75 -
YUV 94.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 86 98 96 0.12 0 0.02 0.62 170 0.07 0.36
Hex 56 62 60 C 0 2 3E AA 7 24
Octal 126 142 140 14 0 2 76 252 7 44
Binary 1010110 1100010 1100000 1100 0 10 111110 10101010 111 100100

Color Harmonies of #566260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566260

Black with #566260

Text Example


Text Example

White with #566260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566260; }

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

 H1.HeaderClassName
 {
   color: #566260;
 }
 .AnyTagClassName
 {
   color: #566260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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