Html Css Color HEX #566564 River Bed

📋 copy color: '#566564'

red 86 ◦ green 101 ◦ blue 100

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

Shades of River Bed #566564

Tints of River Bed #566564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 29.97%
G = 35.19%
B = 34.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#566564 (or 0x566564) is known color: River Bed. HEX triplet: 56, 65 and 64. RGB value is (86,101,100). Sum of RGB (Red+Green+Blue) = 86+101+100=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 101 - color contains mainly: green. Hex color #566564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566564 is #A99A9B. Grayscale: #606060. Windows color (decimal): -11115164 or 6579542. OLE color: 6579542.

HSL color Cylindrical-coordinate representation of color #566564: hue angle of 176º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #566564 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 100 -
CMYK 0.15 0 0.01 0.60
HSL 176º 0.08% 0.37% -
HSV(B) 176º 0.15% 0.4% -
XYZ 10.79 12.21 13.84 -
YUV 96.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 86 101 100 0.15 0 0.01 0.60 176 0.08 0.37
Hex 56 65 64 F 0 1 3C B0 8 25
Octal 126 145 144 17 0 1 74 260 10 45
Binary 1010110 1100101 1100100 1111 0 1 111100 10110000 1000 100101

Color Harmonies of #566564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566564

Black with #566564

Text Example


Text Example

White with #566564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566564; }

 p { color: rgb(86,101,100); }

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

background-color css

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

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

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

border-color css

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

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

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