Html Css Color HEX #566160 River Bed

📋 copy color: '#566160'

red 86 ◦ green 97 ◦ blue 96

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

Shades of River Bed #566160

Tints of River Bed #566160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

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

R = 30.82%
G = 34.77%
B = 34.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#566160 (or 0x566160) is known color: River Bed. HEX triplet: 56, 61 and 60. RGB value is (86,97,96). Sum of RGB (Red+Green+Blue) = 86+97+96=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #566160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566160 is #A99E9F. Grayscale: #5D5D5D. Windows color (decimal): -11116192 or 6316374. OLE color: 6316374.

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

Color convert

RGB 86 97 96 -
CMYK 0.11 0 0.01 0.62
HSL 174.55º 0.06% 0.36% -
HSV(B) 174.55º 0.11% 0.38% -
XYZ 10.22 11.37 12.72 -
YUV 93.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 86 97 96 0.11 0 0.01 0.62 174.55 0.06 0.36
Hex 56 61 60 B 0 1 3E AF 6 24
Octal 126 141 140 13 0 1 76 257 6 44
Binary 1010110 1100001 1100000 1011 0 1 111110 10101111 110 100100

Color Harmonies of #566160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566160

Black with #566160

Text Example


Text Example

White with #566160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566160; }

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

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

background-color css

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

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

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

border-color css

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

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

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